diff options
Diffstat (limited to 'indra/newview/lllocationhistory.h')
-rw-r--r-- | indra/newview/lllocationhistory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lllocationhistory.h b/indra/newview/lllocationhistory.h index ea27d755fa..d2a959ae62 100644 --- a/indra/newview/lllocationhistory.h +++ b/indra/newview/lllocationhistory.h @@ -60,7 +60,6 @@ public: void dump() const; private: - static const size_t MAX_ITEMS = 10; std::vector<std::string> mItems; std::string mFilename; /// File to store the history to. loaded_callback_t mLoadedCallback; |