diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-10-29 08:30:26 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-10-29 08:30:26 +0200 |
commit | 0f8407d94eef1a4f126e1b08370160307b925ed4 (patch) | |
tree | bdac3db5d3c4c5db6881f0b2d1634e9537caa4b7 /src | |
parent | 7ff679769bf6bc49619b19da00772a88758827e5 (diff) |
Update info about x11
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 { |