X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03647350fc7cd141953c72e0284e928847d30f44..c9ed413ab4f5673ffff00198dc6ce1397398bda4:/src/osx/scrolbar_osx.cpp?ds=sidebyside diff --git a/src/osx/scrolbar_osx.cpp b/src/osx/scrolbar_osx.cpp index 6767de28b6..e0cdcfe752 100644 --- a/src/osx/scrolbar_osx.cpp +++ b/src/osx/scrolbar_osx.cpp @@ -4,7 +4,7 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id: scrolbar.cpp 54129 2008-06-11 19:30:52Z SC $ +// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -23,8 +23,6 @@ #if wxUSE_SCROLLBAR -IMPLEMENT_DYNAMIC_CLASS(wxScrollBar, wxControl) - BEGIN_EVENT_TABLE(wxScrollBar, wxControl) END_EVENT_TABLE()