aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/test/LexillaAccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'lexilla/test/LexillaAccess.h')
-rw-r--r--lexilla/test/LexillaAccess.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/lexilla/test/LexillaAccess.h b/lexilla/test/LexillaAccess.h
deleted file mode 100644
index 3e4e087cb..000000000
--- a/lexilla/test/LexillaAccess.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// Scintilla source code edit control
-/** @file LexillaAccess.h
- ** Interface to Lexilla shared library.
- **/
-// Copyright 2019 by Neil Hodgson <neilh@scintilla.org>
-// The License.txt file describes the conditions under which this software may be distributed.
-
-Scintilla::ILexer5 *CreateLexer(std::string languageName);
-bool LoadLexilla(std::filesystem::path path);