X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a290fa5a7deebe9d96c0c0089d18e27d4bd9b624..e7bdf0ac8d2f095062b054e1adffd283c1d507a4:/src/univ/statline.cpp?ds=sidebyside diff --git a/src/univ/statline.cpp b/src/univ/statline.cpp index bd666a45b7..98674ceb41 100644 --- a/src/univ/statline.cpp +++ b/src/univ/statline.cpp @@ -1,10 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: univ/statline.cpp +// Name: src/univ/statline.cpp // Purpose: wxStaticLine implementation // Author: Vadim Zeitlin // Modified by: // Created: 25.08.00 -// RCS-ID: $Id$ // Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -17,10 +16,6 @@ // headers // ---------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "univstatline.h" -#endif - #include "wx/wxprec.h" #ifdef __BORLANDC__ @@ -42,8 +37,6 @@ // implementation // ============================================================================ -IMPLEMENT_DYNAMIC_CLASS(wxStaticLine, wxControl) - // ---------------------------------------------------------------------------- // wxStaticLine // ----------------------------------------------------------------------------