aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ExternalLexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ExternalLexer.h')
-rw-r--r--src/ExternalLexer.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/ExternalLexer.h b/src/ExternalLexer.h
deleted file mode 100644
index d0a615e31..000000000
--- a/src/ExternalLexer.h
+++ /dev/null
@@ -1,17 +0,0 @@
-// Scintilla source code edit control
-/** @file ExternalLexer.h
- ** Support external lexers in DLLs or shared libraries.
- **/
-// Copyright 2001 Simon Steele <ss@pnotepad.org>, portions copyright Neil Hodgson.
-// The License.txt file describes the conditions under which this software may be distributed.
-
-#ifndef EXTERNALLEXER_H
-#define EXTERNALLEXER_H
-
-namespace Scintilla {
-
-void ExternalLexerLoad(const char *path);
-
-}
-
-#endif