summaryrefslogtreecommitdiff
path: root/streamdeck.h
diff options
context:
space:
mode:
authorJoshua Liu <joshua.liu@sourceobby.com>2025-06-19 23:06:49 -0400
committerJoshua Liu <joshua.liu@sourceobby.com>2025-06-19 23:06:49 -0400
commit4141d9b0dd04200aee0a2fee893081665bafdd8a (patch)
tree507a0c5050bdc8b422cf79e2c0c4c50664efc2ea /streamdeck.h
parent01b75df8550289f9b6a4910a5448c740b912f2bb (diff)
feat: removed more unnecessary macro constants and moved enumeration declaration into devdetails.hmaster
Diffstat (limited to 'streamdeck.h')
-rw-r--r--streamdeck.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/streamdeck.h b/streamdeck.h
index 0e2ed60..0455aef 100644
--- a/streamdeck.h
+++ b/streamdeck.h
@@ -23,7 +23,6 @@ typedef struct Screen screen;
typedef struct Streamdeck streamdeck;
typedef struct Handler handler;
-enum numkeys {STREAMDECK_ORIG = 12, STREAMDECK_MINI = 6};
streamdeck* connect();
int close();