aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2018-05-10 16:50:26 +0200
committerkoekeishiya <aasvi93@hotmail.com>2018-05-10 16:50:26 +0200
commit9c6a1f6f8c09d0beff321cff854b7e3d86ea1676 (patch)
tree0da59abd130baa288e5875c9c6a5399237eff167
parentc5f03f1f96c7f707c078c3b6e4355808033127a0 (diff)
downloadskhd-9c6a1f6f8c09d0beff321cff854b7e3d86ea1676.tar.gz
skhd-9c6a1f6f8c09d0beff321cff854b7e3d86ea1676.zip
disable timing
-rw-r--r--src/skhd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skhd.c b/src/skhd.c
index 5056507..ee8772c 100644
--- a/src/skhd.c
+++ b/src/skhd.c
@@ -29,7 +29,7 @@
extern bool CGSIsSecureEventInputSet();
#define secure_keyboard_entry_enabled CGSIsSecureEventInputSet
-#if 1
+#if 0
#define BEGIN_TIMED_BLOCK() \
clock_t timed_block_begin = clock()
#define END_TIMED_BLOCK() \