aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ExternalLexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ExternalLexer.h')
-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);