]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/scrlwing.cpp
Removed WXWIN_COMPATIBILITY_2_2 together with code guarded by it.
[wxWidgets.git] / src / generic / scrlwing.cpp
index 36719bc9fde96095ed7e77d0216503f69a4b1453..37b281c062ea6a04fad625d03c250658377a15c3 100644 (file)
@@ -940,15 +940,6 @@ void wxScrollHelper::GetViewStart (int *x, int *y) const
         *y = m_yScrollPosition;
 }
 
-#if WXWIN_COMPATIBILITY_2_2
-
-void wxScrollHelper::ViewStart(int *x, int *y) const
-{
-    GetViewStart( x, y );
-}
-
-#endif // WXWIN_COMPATIBILITY_2_2
-
 void wxScrollHelper::DoCalcScrolledPosition(int x, int y, int *xx, int *yy) const
 {
     if ( xx )