0022819: Redesign of OpenGl driver
[occt.git] / src / OpenGl / OpenGl_togl_cleargroup.cxx
diff --git a/src/OpenGl/OpenGl_togl_cleargroup.cxx b/src/OpenGl/OpenGl_togl_cleargroup.cxx
deleted file mode 100755 (executable)
index dd556cd..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-/***********************************************************************
-
-FONCTION :
-----------
-File OpenGl_togl_cleargroup.c :
-
-
-REMARQUES:
----------- 
-
-HISTORIQUE DES MODIFICATIONS   :
---------------------------------
-xx-xx-xx : xxx ; Creation.
-03-03-98 : CAL ; Modification des structures CALL_DEF_GROUP et STRUCTURE
-
-************************************************************************/
-
-/*----------------------------------------------------------------------*/
-/*
-* Includes
-*/ 
-
-#include <OpenGl_tgl_all.hxx>
-#include <InterfaceGraphic_Graphic3d.hxx>
-#include <OpenGl_tgl_funcs.hxx>
-
-/*----------------------------------------------------------------------*/
-
-void EXPORT
-call_togl_cleargroup
-(
- CALL_DEF_GROUP * agroup
- )
-{
-  call_func_set_edit_mode (CALL_PHIGS_EDIT_REPLACE);
-  call_func_open_struct (agroup->Struct->Id);
-  call_func_set_elem_ptr (0);
-  call_func_del_elems_labels (agroup->LabelBegin, agroup->LabelEnd);
-  call_func_close_struct ();
-  return;
-}