diff options
author | crupest <crupest@outlook.com> | 2020-10-27 22:52:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-10-27 22:52:34 +0800 |
commit | 37e43bbff36dd7f21d0a483eda62509b9bd7aebf (patch) | |
tree | d9c29a6d2c60279f1605931daac3f52d0c7ea064 /include/cru/ui/Base.hpp | |
parent | f90650efb7175957892d18097954ffd3aa59dc95 (diff) | |
download | cru-37e43bbff36dd7f21d0a483eda62509b9bd7aebf.tar.gz cru-37e43bbff36dd7f21d0a483eda62509b9bd7aebf.tar.bz2 cru-37e43bbff36dd7f21d0a483eda62509b9bd7aebf.zip |
...
Diffstat (limited to 'include/cru/ui/Base.hpp')
-rw-r--r-- | include/cru/ui/Base.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/cru/ui/Base.hpp b/include/cru/ui/Base.hpp index 0c0a4783..6be359ab 100644 --- a/include/cru/ui/Base.hpp +++ b/include/cru/ui/Base.hpp @@ -8,9 +8,6 @@ #include <optional> #include <vector> -// Change 0 to 1 to enable debug layout log. -#define CRUUI_DEBUG_LAYOUT 0 - namespace cru::ui { //-------------------- region: import -------------------- using cru::platform::Color; |