]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/scrlwing.cpp
Use 'cp -pR' as a fallback for lndir, remove $(shell) construct from makefile.
[wxWidgets.git] / src / generic / scrlwing.cpp
index 7c21cb2f1d09e84191a53adb4216ab7935b85eb7..37b281c062ea6a04fad625d03c250658377a15c3 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "genscrolwin.h"
-#endif
-
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif
@@ -944,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 )