0022819: Redesign of OpenGl driver
[occt.git] / src / OpenGl / OpenGl_togl_activateview.cxx
diff --git a/src/OpenGl/OpenGl_togl_activateview.cxx b/src/OpenGl/OpenGl_togl_activateview.cxx
deleted file mode 100755 (executable)
index 4f6dec8..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-
-#include <OpenGl_tgl_all.hxx>
-#include <InterfaceGraphic_Graphic3d.hxx>
-#include <InterfaceGraphic_Visual3d.hxx>
-#include <OpenGl_tgl_funcs.hxx>
-
-void EXPORT
-call_togl_activateview
-(
- CALL_DEF_VIEW * aview
- )
-{
-  if (aview->WsId != -1)
-    call_func_post_struct (aview->WsId, aview->ViewId, ( float )1.0);
-  return;
-}