diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2023-05-19 15:35:09 -0400 |
---|---|---|
committer | marchcat-pe <alihatskiy@productengine.com> | 2023-05-23 04:28:58 +0300 |
commit | 27ee831e38b66bb3415c3df02fd2c518463ba404 (patch) | |
tree | 4453e0ab79817f3558df63cb5b1c1e4163161419 /indra/newview/llappviewermacosx.cpp | |
parent | 1d1a63abe4a3d3a6191172c1693ffbdb0ffb2d71 (diff) |
SL-19744: Remove LLErrorThread and LLAppViewer::handleViewerCrash()
Diffstat (limited to 'indra/newview/llappviewermacosx.cpp')
-rw-r--r-- | indra/newview/llappviewermacosx.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llappviewermacosx.cpp b/indra/newview/llappviewermacosx.cpp index cb5cac6f2d..8b313a321b 100644 --- a/indra/newview/llappviewermacosx.cpp +++ b/indra/newview/llappviewermacosx.cpp @@ -83,8 +83,6 @@ void constructViewer() } gViewerAppPtr = new LLAppViewerMacOSX(); - - gViewerAppPtr->setErrorHandler(LLAppViewer::handleViewerCrash); } bool initViewer() |