fixed unused parameter warning

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-12-14 22:35:23 +00:00
parent fb4760547d
commit 34075dba7c

View File

@@ -1621,7 +1621,9 @@ bool wxQuantize::Quantize(const wxImage& src, wxImage& dest,
delete[] g;
delete[] b;
}
#endif // wxUSE_PALETTE
#else // !wxUSE_PALETTE
wxUnusedVar(pPalette);
#endif // wxUSE_PALETTE/!wxUSE_PALETTE
return true;
}