projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
minor cleanup; add wxDocument::OnChangeFilename for coherence with wxView::OnChangefi...
[wxWidgets.git]
/
src
/
mgl
/
palette.cpp
diff --git
a/src/mgl/palette.cpp
b/src/mgl/palette.cpp
index 48717b498b331eb183f16e3efbce4b3bc70dccda..92536bb350ba7ac7a0e4d6f09bafe8b3da18ee24 100644
(file)
--- a/
src/mgl/palette.cpp
+++ b/
src/mgl/palette.cpp
@@
-63,11
+63,6
@@
wxPalette::~wxPalette()
{
}
-bool wxPalette::IsOk(void) const
-{
- return (m_refData != NULL);
-}
-
bool wxPalette::Create(int n,
const unsigned char *red,
const unsigned char *green,