diff options
Diffstat (limited to 'Runtime/Debug/Log.h')
-rw-r--r-- | Runtime/Debug/Log.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Runtime/Debug/Log.h b/Runtime/Debug/Log.h index d66f705..aaaaa78 100644 --- a/Runtime/Debug/Log.h +++ b/Runtime/Debug/Log.h @@ -1,14 +1,6 @@ #pragma once #include <string> -//enum LogTag : unsigned long -//{ -// -// All = ~0 -//}; -// -//extern long g_LogTags; - void log_open_tag(std::string tag); void log_info(std::string log); |