diff options
author | Callum Linden <callum@lindenlab.com> | 2021-10-13 16:54:08 -0700 |
---|---|---|
committer | Callum Linden <callum@lindenlab.com> | 2021-10-13 16:54:08 -0700 |
commit | 3c2ccd879cb59ac0fdcacfab1fe68bc4dcefc68b (patch) | |
tree | 3a0851d0c1d77fcd6ffa948f9c6199640b7147dd /indra/newview/llappviewer.h | |
parent | 3a3296f371508c4a31a37053242ee69a574f22f0 (diff) | |
parent | cbaba2df56c66926e051d50b6cb02955c81c2a6c (diff) |
Merge with master after latest Viewer release
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r-- | indra/newview/llappviewer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h index 4414fa285b..0f06889d20 100644 --- a/indra/newview/llappviewer.h +++ b/indra/newview/llappviewer.h @@ -111,7 +111,6 @@ public: virtual bool restoreErrorTrap() = 0; // Require platform specific override to reset error handling mechanism. // return false if the error trap needed restoration. - virtual void initCrashReporting(bool reportFreeze = false) = 0; // What to do with crash report? static void handleViewerCrash(); // Hey! The viewer crashed. Do this, soon. void checkForCrash(); |