From d47dd07956a8e77ed5dcfee574539efe317ed2d9 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 3 Sep 2006 03:45:05 +0000 Subject: [PATCH] Cleanup. HOOKS isn't used. --- stepmania/src/RageLog.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stepmania/src/RageLog.cpp b/stepmania/src/RageLog.cpp index 94b93b9c38..47b67c77a9 100644 --- a/stepmania/src/RageLog.cpp +++ b/stepmania/src/RageLog.cpp @@ -4,7 +4,6 @@ #include "RageTimer.h" #include "RageFile.h" #include "RageThreads.h" -#include "arch/ArchHooks/ArchHooks.h" #include #if defined(_WINDOWS) @@ -66,8 +65,7 @@ static RageMutex *g_Mutex; /* staticlog gets info.txt * crashlog gets log.txt */ enum { - /* If this is set, the message will also be written to info.txt and - * will be flagged "important" when sent to HOOKS->Log. (info and warnings) */ + /* If this is set, the message will also be written to info.txt. (info and warnings) */ WRITE_TO_INFO = 0x01, /* Whether this line should be loud when written to log.txt (warnings). */