]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/window.h
fixed off by one error in wxXPMDecoder::ReadFile
[wxWidgets.git] / include / wx / os2 / window.h
index 4c3fc7391e88073383bae549557473566e800ec5..edc0e474bbeffdc8589695bb8d0e8d0a759109c5 100644 (file)
@@ -215,13 +215,6 @@ public:
     // smaller
     virtual wxPoint GetClientAreaOrigin(void) const;
 
-    // Makes an adjustment to the window position (for example, a frame that has
-    // a toolbar that it manages itself).
-    virtual void AdjustForParentClientOrigin( int& rX
-                                             ,int& rY
-                                             ,int  nSizeFlags
-                                            );
-
     // Windows subclassing
     void SubclassWin(WXHWND hWnd);
     void UnsubclassWin(void);