aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ScintillaBase.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-07-21 08:29:51 +0000
committernyamatongwe <unknown>2009-07-21 08:29:51 +0000
commitc13647b77a1a52aef060aa7368ed84d5e33dcde5 (patch)
treed2212da98b16a084ef3e4d9eba4382c313f60be9 /src/ScintillaBase.h
parent74fc1b126280c1f928dd8a8fb54bc174b92187b4 (diff)
downloadscintilla-mirror-c13647b77a1a52aef060aa7368ed84d5e33dcde5.tar.gz
Replacing SString with std::string.
Diffstat (limited to 'src/ScintillaBase.h')
-rw-r--r--src/ScintillaBase.h1
1 files changed, 0 insertions, 1 deletions
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