From 54341053b273c905afa7503d8dadcc4c46a0d2d3 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 29 Jan 2021 20:51:34 +1100 Subject: Remove Lexilla files from Scintilla --- src/ExternalLexer.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/ExternalLexer.h (limited to 'src/ExternalLexer.h') 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 , 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 -- cgit v1.2.3