summaryrefslogtreecommitdiff
path: root/indra/mac_crash_logger/llcrashloggermac.h
diff options
context:
space:
mode:
authorAura Linden <aura@lindenlab.com>2012-11-12 16:25:09 -0800
committerAura Linden <aura@lindenlab.com>2012-11-12 16:25:09 -0800
commit44d511669ba85a0311dc8d0901f22a1f38c0790b (patch)
tree75f0fba27183bb299acba3ba1aa7838882c7bcde /indra/mac_crash_logger/llcrashloggermac.h
parentf52f10af269b211eea91a2d7fa984fc17ffc5b9b (diff)
Pulled cocoa crash reporter changes from old branch.
Diffstat (limited to 'indra/mac_crash_logger/llcrashloggermac.h')
-rw-r--r--indra/mac_crash_logger/llcrashloggermac.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/mac_crash_logger/llcrashloggermac.h b/indra/mac_crash_logger/llcrashloggermac.h
index 4b1d235f24..6d8f63ecac 100644
--- a/indra/mac_crash_logger/llcrashloggermac.h
+++ b/indra/mac_crash_logger/llcrashloggermac.h
@@ -38,7 +38,6 @@ public:
~LLCrashLoggerMac(void);
virtual bool init();
virtual bool mainLoop();
- virtual void updateApplication(const std::string& message = LLStringUtil::null);
virtual bool cleanup();
virtual void gatherPlatformSpecificFiles();
};