summaryrefslogtreecommitdiff
path: root/indra/newview/lllogchat.h
diff options
context:
space:
mode:
authorWolfpup Lowenhar <wolfpup67@earthlink.net>2010-11-08 09:31:35 -0500
committerWolfpup Lowenhar <wolfpup67@earthlink.net>2010-11-08 09:31:35 -0500
commit669cf170ceae2609202fb948d388b7492f8eb90a (patch)
tree96a340fb8edd88f6f8e7114f66f2503ce777b227 /indra/newview/lllogchat.h
parent96112dfa2628569dea42bcf968eb7566d97e85f7 (diff)
STORM-102: STORM-143: Refactored the STORM-103 code to pull the proper plain test log no
matter when it was generated or if it has the date stamp in the name of the log or not. --HG-- branch : storm-102
Diffstat (limited to 'indra/newview/lllogchat.h')
-rw-r--r--indra/newview/lllogchat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lllogchat.h b/indra/newview/lllogchat.h
index 578fe37227..27752452c9 100644
--- a/indra/newview/lllogchat.h
+++ b/indra/newview/lllogchat.h
@@ -45,7 +45,6 @@ public:
*Add functions to get old and non date stamped file names when needed
*/
static std::string oldLogFileName(std::string(filename));
- static std::string ndsLogFileName(std::string(filename));
static void saveHistory(const std::string& filename,
const std::string& from,
const LLUUID& from_id,