From 5ce00dabc72dc89c053d5ab19dcf3c0f600410f4 Mon Sep 17 00:00:00 2001 From: James Turk Date: Sun, 13 Jul 2003 05:35:11 +0000 Subject: [PATCH] removed unreachable code from testing --- src/ZE_ZEngine.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ZE_ZEngine.cpp b/src/ZE_ZEngine.cpp index 1caf998..e241996 100644 --- a/src/ZE_ZEngine.cpp +++ b/src/ZE_ZEngine.cpp @@ -13,7 +13,7 @@ \brief Central source file for ZEngine. Actual implementation of ZEngine singleton class, the core of ZEngine. -
$Id: ZE_ZEngine.cpp,v 1.52 2003/07/12 01:25:42 cozman Exp $
+
$Id: ZE_ZEngine.cpp,v 1.53 2003/07/13 05:35:11 cozman Exp $
\author James Turk **/ @@ -50,7 +50,6 @@ ZEngine* ZEngine::GetInstance() sInstance = new ZEngine; return sInstance; - sInstance = NULL; } void ZEngine::ReleaseInstance()