]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/statbox.cpp
Test whether GTK+ is 2.18 or newer in configure.
[wxWidgets.git] / src / motif / statbox.cpp
index 22deeec8c93a5a3ce92e28faffa68dd29c662ac5..1a175f9910fa9cb04eb3ffe5bf7e6ae3ab405307 100644 (file)
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
-#ifdef __VMS
-#define XtDisplay XTDISPLAY
-#endif
-
 #include "wx/statbox.h"
 
 #ifndef WX_PRECOMP
@@ -121,7 +117,7 @@ bool wxStaticBox::Create(wxWindow *parent, wxWindowID id,
 #endif
                 NULL);
     }
-    
+
     PostCreation();
     AttachWidget (parent, m_mainWidget, NULL, pos.x, pos.y, size.x, size.y);