diff options
Diffstat (limited to 'src/AutoComplete.h')
-rw-r--r-- | src/AutoComplete.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AutoComplete.h b/src/AutoComplete.h index 6afdf7c3e..ce8edd1d6 100644 --- a/src/AutoComplete.h +++ b/src/AutoComplete.h @@ -18,7 +18,6 @@ class AutoComplete { std::string fillUpChars; char separator; char typesep; // Type separator - enum { maxItemLen=1000 }; std::vector<int> sortMatrix; public: |