]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/stattext.cpp
Add wxRTTI macros for the wxSimpleHtmlListBox class
[wxWidgets.git] / src / motif / stattext.cpp
index 3526a2bf2da3a9924c44b60436abdc035ba4d4e5..949aca7d198c801ed8ccadd89ca0b4cf1104d8b7 100644 (file)
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
-#ifdef __VMS
-#define XtDisplay XTDISPLAY
-#endif
-
 #if wxUSE_STATTEXT
 
 #include "wx/stattext.h"
@@ -30,8 +26,6 @@
 
 #include "wx/motif/private.h"
 
-IMPLEMENT_DYNAMIC_CLASS(wxStaticText, wxControl)
-
 bool wxStaticText::Create(wxWindow *parent, wxWindowID id,
            const wxString& label,
            const wxPoint& pos,