fix unused parameter warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f1f7d5ca4b
commit
3f0640b0a8
@ -138,8 +138,9 @@ Font::Font() {
|
|||||||
Font::~Font() {
|
Font::~Font() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Font::Create(const char *faceName, int characterSet, int size, bool bold, bool italic, bool extraFontFlag) {
|
void Font::Create(const char *faceName, int characterSet,
|
||||||
|
int size, bool bold, bool italic,
|
||||||
|
bool WXUNUSED(extraFontFlag)) {
|
||||||
Release();
|
Release();
|
||||||
|
|
||||||
// The minus one is done because since Scintilla uses SC_SHARSET_DEFAULT
|
// The minus one is done because since Scintilla uses SC_SHARSET_DEFAULT
|
||||||
|
Loading…
Reference in New Issue
Block a user