diff options
author | Vaxry <[email protected]> | 2024-04-11 02:13:05 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-11 02:13:05 +0100 |
commit | ac0f3411c18497a39498b756b711e092512de9e0 (patch) | |
tree | 69fc44e38fd3b31ac0bf358286b979061d35ef55 /src/macros.hpp | |
parent | abc131ec7b38b6d10e772fde0f764cd1bd2e9446 (diff) | |
download | Hyprland-ac0f3411c18497a39498b756b711e092512de9e0.tar.gz Hyprland-ac0f3411c18497a39498b756b711e092512de9e0.zip |
macros: fix no pch warning
Diffstat (limited to 'src/macros.hpp')
-rw-r--r-- | src/macros.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/macros.hpp b/src/macros.hpp index 02ca185d..19b4cbc6 100644 --- a/src/macros.hpp +++ b/src/macros.hpp @@ -6,7 +6,6 @@ #ifndef NDEBUG #ifdef HYPRLAND_DEBUG -#define HYPRLAND_DEBUG #define ISDEBUG true #else #define ISDEBUG false |