Salome HOME
Merge from BR_hydro 30/10/2013
[modules/geom.git] / src / BasicGUI / BasicGUI.h
index aa4efc99465fdb52a1a0f9a19306cd1fd6e78a5e..dd120db2a5d110b180bd547692173a2aaf065ac4 100644 (file)
@@ -28,7 +28,6 @@
 #define BASICGUI_H
 
 #include <GEOMGUI.h>
-#include <V3d_View.hxx>
 
 //=================================================================================
 // class    : BasicGUI
@@ -42,8 +41,6 @@ public:
 
   bool   OnGUIEvent( int, SUIT_Desktop* );
   bool   OnMousePress( QMouseEvent*, SUIT_Desktop*, SUIT_ViewWindow* );
-
-  gp_Pnt ConvertClickToPoint( int, int, Handle(V3d_View) );
 };
 
 #endif // BASICGUI_H