0022819: Redesign of OpenGl driver
[occt.git] / src / OpenGl / OpenGl_togl_removestructure.cxx
1
2 #include <OpenGl_tgl_all.hxx>
3 #include <InterfaceGraphic_Graphic3d.hxx>
4 #include <OpenGl_tgl_funcs.hxx>
5
6 void EXPORT
7 call_togl_removestructure
8 (
9  CALL_DEF_STRUCTURE * astructure
10  )
11 {
12   call_func_del_struct (astructure->Id);
13   return;
14 }