aboutsummaryrefslogtreecommitdiff
path: root/src/hotkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hotkey.c')
-rw-r--r--src/hotkey.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hotkey.c b/src/hotkey.c
index 75a3647..6448328 100644
--- a/src/hotkey.c
+++ b/src/hotkey.c
@@ -1,7 +1,6 @@
#include "hotkey.h"
#define internal static
-#define local_persist static
#define HOTKEY_FOUND ((1) << 0)
#define MODE_CAPTURE(a) ((a) << 1)