From c13647b77a1a52aef060aa7368ed84d5e33dcde5 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 21 Jul 2009 08:29:51 +0000 Subject: Replacing SString with std::string. --- src/ScintillaBase.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ScintillaBase.h') diff --git a/src/ScintillaBase.h b/src/ScintillaBase.h index 0554d9457..0b414452a 100644 --- a/src/ScintillaBase.h +++ b/src/ScintillaBase.h @@ -41,7 +41,6 @@ protected: CallTip ct; int listType; ///< 0 is an autocomplete list - SString listSelected; ///< Receives listbox selected string int maxListWidth; /// Maximum width of list, in average character widths bool performingStyle; ///< Prevent reentrance -- cgit v1.2.3