]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/brush.cpp
reverted previous accidental commit
[wxWidgets.git] / src / palmos / brush.cpp
index ecba2178f730754b778cc53bdabe325e3a19c3f6..a87d4b1f6d5b095f70fd56fa8c141a6730a6c2cf 100644 (file)
 // declarations
 // ============================================================================
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "brush.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
@@ -76,7 +72,7 @@ wxBrush& wxBrush::operator=(const wxBrush& brush)
 
 bool wxBrush::operator==(const wxBrush& brush) const
 {
-    return FALSE;
+    return false;
 }
 
 wxObjectRefData *wxBrush::CreateRefData() const
@@ -132,5 +128,3 @@ void wxBrush::SetStyle(int style)
 void wxBrush::SetStipple(const wxBitmap& stipple)
 {
 }
-
-