]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/statline.cpp
avoid setting initial position if it was not specified, broken in r70734
[wxWidgets.git] / src / osx / carbon / statline.cpp
index ca968e6c08821d72705f70b7e03b0390e562375c..62a3db302c0da64974a0793f262c6497db921d2e 100644 (file)
@@ -3,7 +3,6 @@
 // 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,