]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/scrolwin.h
Removed WXWIN_COMPATIBILITY_2_2 together with code guarded by it.
[wxWidgets.git] / include / wx / scrolwin.h
index 2655c594ddb8e52b851e9e3ee545efa8c78ce70a..f7614dbd1d446414e4388f0cfaa22885a360dfd9 100644 (file)
@@ -140,11 +140,6 @@ public:
     //        once it is fixed!
     void OnScroll(wxScrollWinEvent& event) { HandleOnScroll(event); }
 
-#if WXWIN_COMPATIBILITY_2_2
-    // Compatibility only, don't use
-    wxDEPRECATED( void ViewStart(int *x, int *y) const );
-#endif // WXWIN_COMPATIBILITY_2_2
-
 protected:
     // get pointer to our scroll rect if we use it or NULL
     const wxRect *GetScrollRect() const