0023712: Remove dependency on Aspect_GraphicDevice from Aspect_Window
[occt.git] / src / WNT / WNT_Window.lxx
index 9bcb2d4..fff2623 100755 (executable)
 // GG RIC120302 Add a NEW HParentWindow method which enable
 //                      to retrieve the parent of the actual Hwindow handle.
 
-inline Standard_Address WNT_Window :: WndProc () const {
-
- return myWndProc;
-
-}  // end WNT_Window :: WndProc 
-
-inline Standard_Boolean WNT_Window :: DoubleBuffer () const {
-
- return myDoubleBuffer;
-
-}  // end WNT_Window :: DoubleBuffer
-
 inline Aspect_Handle WNT_Window :: HWindow () const {
 
  return myHWindow;
@@ -42,15 +30,3 @@ inline Aspect_Handle WNT_Window :: HParentWindow () const {
  return myHParentWindow;
 
 }  // end WNT_Window :: HWindow
-
-inline Aspect_Handle WNT_Window :: HPixmap () const {
-
- return myHPixmap;
-
-}  // end WNT_Window :: HPixmap
-
-inline Handle_WNT_ImageManager WNT_Window :: ImageManager () const {
-
- return myImages;
-
-}  // end WNT_Window :: ImageManager