OCC22199 OpenGL memory leaks in TKOpenGl
[occt.git] / src / OpenGl / OpenGl_togl_light_exploration.cxx
1 /***********************************************************************
2
3 FONCTION :
4 ----------
5 File OpenGl_togl_light_exploration.c :
6
7
8 REMARQUES:
9 ---------   
10 Not implemented
11
12 HISTORIQUE DES MODIFICATIONS   :
13 --------------------------------
14 xx-xx-xx : xxx ; Creation.
15 30-06-97 : FMN ; Suppression OpenGl_telem_light.h
16
17 ************************************************************************/
18
19 /*----------------------------------------------------------------------*/
20 /*
21 * Includes
22 */ 
23
24 #include <OpenGl_tgl_all.hxx>
25 #include <InterfaceGraphic_Graphic3d.hxx>
26 #include <InterfaceGraphic_Visual3d.hxx>
27
28 void EXPORT
29 call_togl_light_exploration
30 (
31  CALL_DEF_LIGHT * alight
32  )
33 {
34   return;
35 }