0022792: Globally defined symbol PI conflicts with VTK definition (Intel compiler)
[occt.git] / src / OpenGl / OpenGl_togl_removestructure.cxx
CommitLineData
7fd59977 1
2#include <OpenGl_tgl_all.hxx>
3#include <InterfaceGraphic_Graphic3d.hxx>
4#include <OpenGl_tgl_funcs.hxx>
5
6void EXPORT
7call_togl_removestructure
8(
9 CALL_DEF_STRUCTURE * astructure
10 )
11{
12 call_func_del_struct (astructure->Id);
13 return;
14}