summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llappviewermacosx-delegate.mm1
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];
}
}