aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-06-12 17:38:58 +1000
committerNeil <nyamatongwe@gmail.com>2018-06-12 17:38:58 +1000
commitdb7e034c5f67e2116ac42fb53f76ef15ecca27be (patch)
treed5d7bfda09454f56fa8ef5d9d77319f1b6ef4756
parente511b71359603ee0fb4e90f50c71fe764b453d15 (diff)
downloadscintilla-mirror-db7e034c5f67e2116ac42fb53f76ef15ecca27be.tar.gz
Backport: Remove definition that has never been used.
Backport of changeset 7032:d2d5df7f2c72.
-rw-r--r--src/ExternalLexer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ExternalLexer.h b/src/ExternalLexer.h
index ea7f20958..f0af9834a 100644
--- a/src/ExternalLexer.h
+++ b/src/ExternalLexer.h
@@ -16,7 +16,6 @@
namespace Scintilla {
-typedef void*(EXT_LEXER_DECL *GetLexerFunction)(unsigned int Index);
typedef int (EXT_LEXER_DECL *GetLexerCountFn)();
typedef void (EXT_LEXER_DECL *GetLexerNameFn)(unsigned int Index, char *name, int buflength);
typedef LexerFactoryFunction(EXT_LEXER_DECL *GetLexerFactoryFunction)(unsigned int Index);