aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa/ScintillaTest/AppController.mm
diff options
context:
space:
mode:
authorNeil Hodgson <nyamatongwe@gmail.com>2018-02-10 10:03:37 +1100
committerNeil Hodgson <nyamatongwe@gmail.com>2018-02-10 10:03:37 +1100
commit53c4b7be5d1224ac7c9cc6efc17d871d729db134 (patch)
tree386e9849e6c6c5b6fb4c663b0af84d38c1d75b0d /cocoa/ScintillaTest/AppController.mm
parent54043938ad2239c20c67461796e50613b4b9dc20 (diff)
downloadscintilla-mirror-53c4b7be5d1224ac7c9cc6efc17d871d729db134.tar.gz
Eliminate calls of Scintilla APIs that have been removed.
Diffstat (limited to 'cocoa/ScintillaTest/AppController.mm')
-rw-r--r--cocoa/ScintillaTest/AppController.mm3
1 files changed, 0 insertions, 3 deletions
diff --git a/cocoa/ScintillaTest/AppController.mm b/cocoa/ScintillaTest/AppController.mm
index 31c0c024a..7eeeea6eb 100644
--- a/cocoa/ScintillaTest/AppController.mm
+++ b/cocoa/ScintillaTest/AppController.mm
@@ -109,9 +109,6 @@ const char user_keywords[] = // Definition of own keywords, not used by MySQL.
[mEditor setGeneralProperty: SCI_SETLEXER parameter: SCLEX_MYSQL value: 0];
// alternatively: [mEditor setEditorProperty: SCI_SETLEXERLANGUAGE parameter: nil value: (sptr_t) "mysql"];
- // Number of styles we use with this lexer.
- [mEditor setGeneralProperty: SCI_SETSTYLEBITS value: [mEditor getGeneralProperty: SCI_GETSTYLEBITSNEEDED]];
-
// Keywords to highlight. Indices are:
// 0 - Major keywords (reserved keywords)
// 1 - Normal keywords (everything not reserved but integral part of the language)