]> 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 cc13cfa02babf7bd759450a033e3d07057a49db3..a8190f2a4f99e939543effbe4fe59ff62b2a6fda 100644 (file)
 #ifndef _WX_STATBMP_H_
 #define _WX_STATBMP_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-#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; }