]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dpycmn.cpp
Silence warning about truncation since the comment says it ok
[wxWidgets.git] / src / common / dpycmn.cpp
index e8072554a770627d2152f65e8dd04502d0743d91..f5d398867bb6303c172f48f22cb4a1e73082c307 100644 (file)
 // headers
 // ----------------------------------------------------------------------------
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma implementation "displaybase.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 
 #include "wx/display.h"
 
-#ifdef wxUSE_DISPLAY
+#if wxUSE_DISPLAY
 
 #include "wx/arrimpl.cpp"
-WX_DEFINE_OBJARRAY(wxArrayVideoModes);
+WX_DEFINE_OBJARRAY(wxArrayVideoModes)
 
 const wxVideoMode wxDefaultVideoMode;