diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-02-06 20:51:14 +0200 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-02-06 20:51:14 +0200 |
commit | ec0ac12eba9d944ade7bd734226a03ea2eb47229 (patch) | |
tree | bb166c3faf3f6f9756cf6a95009737b7b66b1b16 /indra/newview/llconversationlog.h | |
parent | f944608ab93199a5588ec2c969268b094b8be7c8 (diff) |
CHUI-712 FIXED IM log files renamed with ll.txt will create double files for users
Diffstat (limited to 'indra/newview/llconversationlog.h')
-rw-r--r-- | indra/newview/llconversationlog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llconversationlog.h b/indra/newview/llconversationlog.h index 5213c9b3ab..d5b6eccb29 100644 --- a/indra/newview/llconversationlog.h +++ b/indra/newview/llconversationlog.h @@ -140,7 +140,6 @@ public: void onClearLog(); void onClearLogResponse(const LLSD& notification, const LLSD& response); - void deleteTranscripts(); bool getIsLoggingEnabled() { return mLoggingEnabled; } bool isLogEmpty() { return mConversations.empty(); } |