diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp index 8e74185..c4ef3bb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -65,10 +65,6 @@ #include <thread> #include <mutex> -#ifndef _countof -#define _countof(x) (sizeof(x)/sizeof((x)[0])) -#endif - static bool g_bPrintf = true; enum class ViewMode { |