X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93cf77c076b699e8e0b3b0049bd4f80de15997dd..de1359180540b5c5e11eddd4c3d08db4e38d59ea:/src/stubs/palette.cpp diff --git a/src/stubs/palette.cpp b/src/stubs/palette.cpp index 445b545f0c..f8db96f8d0 100644 --- a/src/stubs/palette.cpp +++ b/src/stubs/palette.cpp @@ -47,15 +47,6 @@ wxPalette::~wxPalette() { } -bool wxPalette::FreeResource(bool force) -{ - if ( M_PALETTEDATA && M_PALETTEDATA->m_hPalette) - { - DeleteObject((HPALETTE)M_PALETTEDATA->m_hPalette); - } - return TRUE; -} - bool wxPalette::Create(int n, const unsigned char *red, const unsigned char *green, const unsigned char *blue) { UnRef();