diff options
author | Joshua Liu <joshua.liu@sourceobby.com> | 2025-06-22 22:08:58 -0400 |
---|---|---|
committer | Joshua Liu <joshua.liu@sourceobby.com> | 2025-06-22 22:08:58 -0400 |
commit | aba9b8d8754ffde8c13ce0997b7751b2d1c80871 (patch) | |
tree | 58da0926de3c1a3ed494c0370aa45e48b817e940 /streamdeck.c | |
parent | 8ed8ac39c6de611b6737280a5041c15d3f415c1d (diff) |
feat: removed redundant function close
Diffstat (limited to 'streamdeck.c')
-rw-r--r-- | streamdeck.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/streamdeck.c b/streamdeck.c index 30e5065..3269c39 100644 --- a/streamdeck.c +++ b/streamdeck.c @@ -128,12 +128,6 @@ connect() } int -close() -{ - -} - -int createreadthread() { return 0; |