X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e273151278d28cceefe6eee8c49bc6915306805d..c56ae04274fda26269c6d06be34cf59a45eb70ce:/src/palmos/brush.cpp diff --git a/src/palmos/brush.cpp b/src/palmos/brush.cpp index ecba2178f7..3df9bd8483 100644 --- a/src/palmos/brush.cpp +++ b/src/palmos/brush.cpp @@ -13,10 +13,6 @@ // declarations // ============================================================================ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "brush.h" -#endif - // ---------------------------------------------------------------------------- // headers // ---------------------------------------------------------------------------- @@ -69,14 +65,9 @@ wxBrush::~wxBrush() // wxBrush house keeping stuff // ---------------------------------------------------------------------------- -wxBrush& wxBrush::operator=(const wxBrush& brush) -{ - return *this; -} - bool wxBrush::operator==(const wxBrush& brush) const { - return FALSE; + return false; } wxObjectRefData *wxBrush::CreateRefData() const @@ -132,5 +123,3 @@ void wxBrush::SetStyle(int style) void wxBrush::SetStipple(const wxBitmap& stipple) { } - -