X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd08ccd2466e64d5de0ab2a8aaa4455a74fe9eb0..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/gdiobj.h diff --git a/include/wx/gdiobj.h b/include/wx/gdiobj.h index d38a44bb7e..903dfe083d 100644 --- a/include/wx/gdiobj.h +++ b/include/wx/gdiobj.h @@ -5,7 +5,6 @@ // Modified by: // Created: // Copyright: (c) Julian Smart -// RCS-ID: $Id$ // Licence: wxWindows Licence ///////////////////////////////////////////////////////////////////////////// @@ -57,7 +56,7 @@ public: // because it's still widely used) bool Ok() const { return IsOk(); } -#if defined(__WXMSW__) || defined(__WXPM__) || defined(__WXPALMOS__) +#if defined(__WXMSW__) || defined(__WXPM__) // Creates the resource virtual bool RealizeResource() { return false; }