From 608e56bfb491c5957df14b48e6b8d912379f1959 Mon Sep 17 00:00:00 2001 From: mfranz Date: Wed, 4 May 2005 21:31:16 +0000 Subject: [PATCH] remove redundant check --- src/Main/bootstrap.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Main/bootstrap.cxx b/src/Main/bootstrap.cxx index f3e3daeca..efedf8657 100644 --- a/src/Main/bootstrap.cxx +++ b/src/Main/bootstrap.cxx @@ -212,7 +212,6 @@ void fgExitCleanup() { if (_bootstrap_OSInit != 0) fgSetMouseCursor(MOUSE_CURSOR_POINTER); - if (globals) - delete globals; + delete globals; } -- 2.39.5