]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/window.h
enabled toolbar as it works now
[wxWidgets.git] / include / wx / motif / window.h
index 9284faf7649cd862fe52280f7e523b38217a7992..93f03ca231a26e9afad9f171685083c3a7929914 100644 (file)
@@ -175,10 +175,6 @@ protected:
     // event handlers (not virtual by design)
     void OnIdle(wxIdleEvent& event);
     
-    // Makes an adjustment to the window position (for example, a frame that has
-    // a toolbar that it manages itself).
-    virtual void AdjustForParentClientOrigin(int& x, int& y, int sizeFlags);
-    
     wxWindow *GetChild(int number) const
     { return GetChildren().Item(number)->GetData(); }