X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/489468feaa08b8f504735eecca522fb8d0f825d2..71a09c3579dd5cb4cd8fa7fdc143561cbff74e12:/src/osx/carbon/statline.cpp diff --git a/src/osx/carbon/statline.cpp b/src/osx/carbon/statline.cpp index 62abfd106a..62a3db302c 100644 --- a/src/osx/carbon/statline.cpp +++ b/src/osx/carbon/statline.cpp @@ -1,9 +1,8 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: src/mac/carbon/statline.cpp +// Name: src/osx/carbon/statline.cpp // Purpose: wxStaticLine class // Author: Vadim Zeitlin // Created: 28.06.99 -// Version: $Id$ // Copyright: (c) 1998 Vadim Zeitlin // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -20,9 +19,6 @@ #include "wx/statbox.h" #endif -IMPLEMENT_DYNAMIC_CLASS(wxStaticLine, wxControl) - - bool wxStaticLine::Create( wxWindow *parent, wxWindowID id, const wxPoint &pos,