From e015bc583b10e4f3a9889c9ae296de000d1d4646 Mon Sep 17 00:00:00 2001 From: mitchell Date: Wed, 14 Mar 2018 09:31:49 -0400 Subject: Removed unused functions and methods from curses and replaced Platform::Clamp with Sci::clamp. --- curses/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'curses/Makefile') diff --git a/curses/Makefile b/curses/Makefile index 77bfd14dd..a21eae1c2 100644 --- a/curses/Makefile +++ b/curses/Makefile @@ -18,10 +18,10 @@ CURSES_FLAGS = scintilla = ../bin/scintilla.a sci = AutoComplete.o CallTip.o CaseConvert.o CaseFolder.o Catalogue.o \ CellBuffer.o CharacterCategory.o CharClassify.o ContractionState.o \ - Decoration.o Document.o EditModel.o Editor.o EditView.o ExternalLexer.o \ - Indicator.o KeyMap.o LineMarker.o MarginView.o PerLine.o PositionCache.o \ - RESearch.o RunStyles.o ScintillaBase.o Selection.o Style.o \ - UniConversion.o ViewStyle.o XPM.o \ + DBCS.o Decoration.o Document.o EditModel.o Editor.o EditView.o \ + ExternalLexer.o Indicator.o KeyMap.o LineMarker.o MarginView.o PerLine.o \ + PositionCache.o RESearch.o RunStyles.o ScintillaBase.o Selection.o \ + Style.o UniConversion.o ViewStyle.o XPM.o \ Accessor.o CharacterSet.o LexerBase.o LexerModule.o LexerNoExceptions.o \ LexerSimple.o PropSetSimple.o StyleContext.o WordList.o lexers = $(addsuffix .o,$(basename $(sort $(notdir $(wildcard ../lexers/Lex*.cxx))))) -- cgit v1.2.3