From: mfranz Date: Wed, 4 May 2005 21:31:16 +0000 (+0000) Subject: remove redundant check X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=608e56bfb491c5957df14b48e6b8d912379f1959;p=flightgear.git remove redundant check --- 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; }