aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hotkey.c1
-rw-r--r--src/locale.c1
2 files changed, 0 insertions, 2 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)
diff --git a/src/locale.c b/src/locale.c
index be09954..50cf930 100644
--- a/src/locale.c
+++ b/src/locale.c
@@ -4,7 +4,6 @@
#include <IOKit/hidsystem/ev_keymap.h>
#define internal static
-#define local_persist static
internal struct table keymap_table;