diff options
| author | Richard Linden <none@none> | 2010-10-14 13:31:54 -0700 |
|---|---|---|
| committer | Richard Linden <none@none> | 2010-10-14 13:31:54 -0700 |
| commit | 8b9b7fed7367eeb7b055f7b2a44a37539634045e (patch) | |
| tree | 23620f6c1d114a722d8547bc446830c9b5e34cdb /indra/newview/llappviewer.cpp | |
| parent | 55d7de0df2fb3ef73c322af53745a71ed4015998 (diff) | |
removed fastquit
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index a245639fac..39c3181cdc 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2884,6 +2884,7 @@ void LLAppViewer::forceQuit() LLApp::setQuitting(); } +//TODO: remove void LLAppViewer::fastQuit(S32 error_code) { // finish pending transfers @@ -2902,11 +2903,6 @@ void LLAppViewer::fastQuit(S32 error_code) void LLAppViewer::requestQuit() { - if (gSavedSettings.getBOOL("FastQuit")) - { - fastQuit(); - } - llinfos << "requestQuit" << llendl; LLViewerRegion* region = gAgent.getRegion(); |
