]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/statbmp.h
remove unneeded includes from mac/carbon/private.h
[wxWidgets.git] / include / wx / motif / statbmp.h
index fc2a64a478166e07b6dc358697517c5702b01650..a8190f2a4f99e939543effbe4fe59ff62b2a6fda 100644 (file)
 #ifndef _WX_STATBMP_H_
 #define _WX_STATBMP_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "statbmp.h"
-#endif
-
 #include "wx/motif/bmpmotif.h"
 #include "wx/icon.h"
 
@@ -48,7 +44,7 @@ public:
     
     virtual bool ProcessCommand(wxCommandEvent& WXUNUSED(event))
     {
-        return FALSE;
+        return false;
     }
     
     wxBitmap GetBitmap() const { return m_messageBitmap; }