From: <at...@us...> - 2007-11-22 15:32:11
|
Revision: 548 http://cadcdev.svn.sourceforge.net/cadcdev/?rev=548&view=rev Author: atani Date: 2007-11-22 07:32:09 -0800 (Thu, 22 Nov 2007) Log Message: ----------- fix nds build Modified Paths: -------------- tiki/nds/src/init_shutdown.cpp Modified: tiki/nds/src/init_shutdown.cpp =================================================================== --- tiki/nds/src/init_shutdown.cpp 2007-11-22 08:18:01 UTC (rev 547) +++ tiki/nds/src/init_shutdown.cpp 2007-11-22 15:32:09 UTC (rev 548) @@ -132,9 +132,6 @@ Audio::Stream::shutdownGlobal(); Audio::Sound::shutdownGlobal(); } - if(g_tiki_init_flags & TIKI_INIT_DEBUG_CONSOLE && debug_console != NULL) { - delete debug_console; - } } void setName( const char *windowName, const char *iconName ) {} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |