diff options
author | Geenz <geenz@geenzo.com> | 2013-01-02 15:57:21 -0500 |
---|---|---|
committer | Geenz <geenz@geenzo.com> | 2013-01-02 15:57:21 -0500 |
commit | 2b0f50dd821848d18ab35095623c3bdbcdeb910c (patch) | |
tree | a6e5c96ca48e66135eae0cc0c147683378fc9b73 /indra/newview | |
parent | ddb48d51d996b18063b111faa3b7e709160074d9 (diff) |
Crash on exit fix + general code cleanup in LLWindowMacOSX.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llappviewermacosx-delegate.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llappviewermacosx-delegate.mm b/indra/newview/llappviewermacosx-delegate.mm index 2e25997d32..5c54736993 100644 --- a/indra/newview/llappviewermacosx-delegate.mm +++ b/indra/newview/llappviewermacosx-delegate.mm @@ -51,7 +51,6 @@ if (appExiting) { [frameTimer release]; - cleanupViewer(); [[NSApplication sharedApplication] terminate:self]; } } |