aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/Base.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-10-27 22:52:34 +0800
committercrupest <crupest@outlook.com>2020-10-27 22:52:34 +0800
commit37e43bbff36dd7f21d0a483eda62509b9bd7aebf (patch)
treed9c29a6d2c60279f1605931daac3f52d0c7ea064 /include/cru/ui/Base.hpp
parentf90650efb7175957892d18097954ffd3aa59dc95 (diff)
downloadcru-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.hpp3
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;