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/Catalogue.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/Catalogue.h (limited to 'src/Catalogue.h') diff --git a/src/Catalogue.h b/src/Catalogue.h deleted file mode 100644 index 05a1f1d29..000000000 --- a/src/Catalogue.h +++ /dev/null @@ -1,24 +0,0 @@ -// Scintilla source code edit control -/** @file Catalogue.h - ** Lexer infrastructure. - ** Contains a list of LexerModules which can be searched to find a module appropriate for a - ** particular language. - **/ -// Copyright 1998-2010 by Neil Hodgson -// The License.txt file describes the conditions under which this software may be distributed. - -#ifndef CATALOGUE_H -#define CATALOGUE_H - -namespace Scintilla { - -class Catalogue { -public: - static const LexerModule *Find(int language); - static const LexerModule *Find(const char *languageName) noexcept; - static void AddLexerModule(LexerModule *plm); -}; - -} - -#endif -- cgit v1.2.3