projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed unused parameter addToSelected.
[wxWidgets.git]
/
src
/
stubs
/
palette.cpp
diff --git
a/src/stubs/palette.cpp
b/src/stubs/palette.cpp
index 445b545f0c09bc388a90f28c5b4a1968c22f81dc..44ae8cc9e30db53219d9338297d0400c24b0d5b2 100644
(file)
--- a/
src/stubs/palette.cpp
+++ b/
src/stubs/palette.cpp
@@
-15,9
+15,7
@@
#include "wx/palette.h"
#include "wx/palette.h"
-#if !USE_SHARED_LIBRARIES
IMPLEMENT_DYNAMIC_CLASS(wxPalette, wxGDIObject)
IMPLEMENT_DYNAMIC_CLASS(wxPalette, wxGDIObject)
-#endif
/*
* Palette
/*
* Palette
@@
-47,15
+45,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();
bool wxPalette::Create(int n, const unsigned char *red, const unsigned char *green, const unsigned char *blue)
{
UnRef();