]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/scrolbar.cpp
Calling a Refresh() before the window is created no longer
[wxWidgets.git] / src / os2 / scrolbar.cpp
index a279ce36127331f617165e1fae9b511491069b5f..e77bcbdb26b19e97df9d23d8f7db9f9b7dad6f79 100644 (file)
@@ -20,7 +20,6 @@
 #include "wx/scrolbar.h"
 #include "wx/os2/private.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxScrollBar, wxControl)
 
 BEGIN_EVENT_TABLE(wxScrollBar, wxControl)
@@ -29,18 +28,13 @@ BEGIN_EVENT_TABLE(wxScrollBar, wxControl)
 #endif
 END_EVENT_TABLE()
 
-#endif
 
 // Scrollbar
 bool wxScrollBar::Create(wxWindow *parent, wxWindowID id,
            const wxPoint& pos,
            const wxSize& size, long style,
 #if wxUSE_VALIDATORS
-#  if defined(__VISAGECPP__)
-           const wxValidator* validator,
-#  else
            const wxValidator& validator,
-#  endif
 #endif
            const wxString& name)
 {