summaryrefslogtreecommitdiff
path: root/src/OpenGl/OpenGl_togl_removestructure.cxx
blob: 486bf2aa5192f1cc1260c9f482e4a6ea055f8b8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#include <OpenGl_tgl_all.hxx>
#include <InterfaceGraphic_Graphic3d.hxx>
#include <OpenGl_tgl_funcs.hxx>

void EXPORT
call_togl_removestructure
(
 CALL_DEF_STRUCTURE * astructure
 )
{
  call_func_del_struct (astructure->Id);
  return;
}