diff options
author | Callum Prentice <callum@lindenlab.com> | 2021-10-13 14:47:06 -0700 |
---|---|---|
committer | Callum Prentice <callum@lindenlab.com> | 2021-10-13 14:47:06 -0700 |
commit | 8a1bc1b9e299077a77bc8498555667adcb387655 (patch) | |
tree | 4b5a8b329148e5bd86bec785edda6a6f79016d37 /indra/newview/llappviewer.h | |
parent | c50db007dfdeecae5c3451fbb188584588c23c47 (diff) | |
parent | cbaba2df56c66926e051d50b6cb02955c81c2a6c (diff) |
Merge with head of Master after a new 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 0afb70958c..95f6efa29a 100644 --- a/indra/newview/llappviewer.h +++ b/indra/newview/llappviewer.h @@ -109,7 +109,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(); |