]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/PlatWX.cpp
supporting sleep mode properly, see #11557
[wxWidgets.git] / src / stc / PlatWX.cpp
index a58a60d8f5086e2d515a01d2e4de72ae10ee51c0..8149bfbf5cb64268660f039e980ce0e4e8b362bb 100644 (file)
@@ -140,7 +140,7 @@ Font::~Font() {
 
 void Font::Create(const char *faceName, int characterSet,
                   int size, bool bold, bool italic,
-                  bool extraFontFlag) {
+                  bool WXUNUSED(extraFontFlag)) {
     Release();
 
     // The minus one is done because since Scintilla uses SC_SHARSET_DEFAULT
@@ -160,7 +160,6 @@ void Font::Create(const char *faceName, int characterSet,
                     false,
                     stc2wx(faceName),
                     encoding);
-    font->SetNoAntiAliasing(!extraFontFlag);
     id = font;
 }