X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..a130bb4e758c8423694265ac29554a1901fa3d27:/src/palmos/brush.cpp diff --git a/src/palmos/brush.cpp b/src/palmos/brush.cpp index 2719da4954..3df9bd8483 100644 --- a/src/palmos/brush.cpp +++ b/src/palmos/brush.cpp @@ -1,10 +1,10 @@ ///////////////////////////////////////////////////////////////////////////// // Name: src/palmos/brush.cpp // Purpose: wxBrush -// Author: William Osborne +// Author: William Osborne - minimal working wxPalmOS port // Modified by: // Created: 10/13/04 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) William Osborne // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -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) { } - -