]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/window.h
ComboBox for cocoa
[wxWidgets.git] / include / wx / motif / window.h
index 1b19b931a9eafa7e207879e546d45b5bd15b28ab..56543035159849c0671cc2d9b26f3cc0ad29c6a2 100644 (file)
@@ -148,10 +148,6 @@ public:
     void ClearUpdateRegion() { m_updateRegion.Clear(); }
     void SetUpdateRegion(const wxRegion& region) { m_updateRegion = region; }
     
-    // For implementation purposes - sometimes decorations make the client area
-    // smaller
-    virtual wxPoint GetClientAreaOrigin() const;
-
     // Process idle (send update events)
     void OnInternalIdle();