diff options
author | Lynx Linden <lynx@lindenlab.com> | 2010-05-27 15:04:06 +0100 |
---|---|---|
committer | Lynx Linden <lynx@lindenlab.com> | 2010-05-27 15:04:06 +0100 |
commit | 05761d785335f08dc176aa6ebb7f0cd45d1298ab (patch) | |
tree | 0c1fe816d9c7f2e2397a44b60013c005a79b8a2d /indra/newview/llappviewerwin32.h | |
parent | 4dec1430202d1c5578c4e0a6d4107c88f1050ab3 (diff) |
Removed the SyncErrorHandler from llapp and llappviewer*.
This was only used for the Linux client to dump a stack trace to
stack_trace.log, which is no longer needed now that we are using
Google Breakpad.
I also removed all of the stack printing code from llappviewerlinux.cpp.
Diffstat (limited to 'indra/newview/llappviewerwin32.h')
-rw-r--r-- | indra/newview/llappviewerwin32.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llappviewerwin32.h b/indra/newview/llappviewerwin32.h index 13454edeec..52dcc583a4 100644 --- a/indra/newview/llappviewerwin32.h +++ b/indra/newview/llappviewerwin32.h @@ -57,7 +57,6 @@ protected: virtual bool restoreErrorTrap(); virtual void handleCrashReporting(bool reportFreeze); - virtual void handleSyncCrashTrace(); virtual bool sendURLToOtherInstance(const std::string& url); |