summaryrefslogtreecommitdiff
path: root/indra/llcrashlogger/llcrashlogger.h
diff options
context:
space:
mode:
authorRichard Nelson <richard@lindenlab.com>2011-07-26 15:38:37 -0700
committerRichard Nelson <richard@lindenlab.com>2011-07-26 15:38:37 -0700
commit2c2a4c123eb9bfa80785e5509e73c8f7f236228f (patch)
tree83160657e9c42e9dc78f6be455f254671429bc9c /indra/llcrashlogger/llcrashlogger.h
parent74b6f5dce31b5ff69ced8e1e8cd37e4c5ded2943 (diff)
parent95da8c81f3d5afd8d888589398028883e6647333 (diff)
merge
Diffstat (limited to 'indra/llcrashlogger/llcrashlogger.h')
-rw-r--r--indra/llcrashlogger/llcrashlogger.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/indra/llcrashlogger/llcrashlogger.h b/indra/llcrashlogger/llcrashlogger.h
index a5daa74247..5d0cb5931c 100644
--- a/indra/llcrashlogger/llcrashlogger.h
+++ b/indra/llcrashlogger/llcrashlogger.h
@@ -66,15 +66,4 @@ protected:
bool mSentCrashLogs;
};
-class LLCrashLoggerText : public LLCrashLogger
-{
-public:
- LLCrashLoggerText(void) {}
- ~LLCrashLoggerText(void) {}
-
- virtual bool mainLoop();
- virtual void updateApplication(const std::string& message = LLStringUtil::null);
-};
-
-
#endif //LLCRASHLOGGER_H