diff options
author | Joshua Liu <joshua.liu@sourceobby.com> | 2025-06-19 23:06:49 -0400 |
---|---|---|
committer | Joshua Liu <joshua.liu@sourceobby.com> | 2025-06-19 23:06:49 -0400 |
commit | 4141d9b0dd04200aee0a2fee893081665bafdd8a (patch) | |
tree | 507a0c5050bdc8b422cf79e2c0c4c50664efc2ea /streamdeck.h | |
parent | 01b75df8550289f9b6a4910a5448c740b912f2bb (diff) |
feat: removed more unnecessary macro constants and moved enumeration declaration into devdetails.hmaster
Diffstat (limited to 'streamdeck.h')
-rw-r--r-- | streamdeck.h | 1 |
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(); |