Cleanup. HOOKS isn't used.

This commit is contained in:
Steve Checkoway
2006-09-03 03:45:05 +00:00
parent d95d230875
commit d47dd07956
+1 -3
View File
@@ -4,7 +4,6 @@
#include "RageTimer.h" #include "RageTimer.h"
#include "RageFile.h" #include "RageFile.h"
#include "RageThreads.h" #include "RageThreads.h"
#include "arch/ArchHooks/ArchHooks.h"
#include <ctime> #include <ctime>
#if defined(_WINDOWS) #if defined(_WINDOWS)
@@ -66,8 +65,7 @@ static RageMutex *g_Mutex;
/* staticlog gets info.txt /* staticlog gets info.txt
* crashlog gets log.txt */ * crashlog gets log.txt */
enum { enum {
/* If this is set, the message will also be written to info.txt and /* If this is set, the message will also be written to info.txt. (info and warnings) */
* will be flagged "important" when sent to HOOKS->Log. (info and warnings) */
WRITE_TO_INFO = 0x01, WRITE_TO_INFO = 0x01,
/* Whether this line should be loud when written to log.txt (warnings). */ /* Whether this line should be loud when written to log.txt (warnings). */