Dropped old debug messages.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2353 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
#include "libs/graphics/widgets.h"
|
||||
#include "libs/inplib.h"
|
||||
#include "libs/sound/trackplayer.h"
|
||||
#include "libs/log.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
@@ -87,7 +86,6 @@ DoConfirmExit (void)
|
||||
{
|
||||
BOOLEAN result;
|
||||
static BOOLEAN in_confirm = FALSE;
|
||||
log_add (log_Info, "Confirming Exit!");
|
||||
if (LOBYTE (GLOBAL (CurrentActivity)) != SUPER_MELEE &&
|
||||
LOBYTE (GLOBAL (CurrentActivity)) != WON_LAST_BATTLE &&
|
||||
!(LastActivity & CHECK_RESTART))
|
||||
@@ -190,7 +188,6 @@ DoConfirmExit (void)
|
||||
do_subtitles ((void *)~0);
|
||||
}
|
||||
|
||||
log_add (log_Info, "Exit was %sconfirmed.", result ? "" : "NOT ");
|
||||
in_confirm = FALSE;
|
||||
return (result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user