diff options
author | Julien Dessaux | 2020-06-30 17:34:57 +0200 |
---|---|---|
committer | Julien Dessaux | 2020-06-30 17:34:57 +0200 |
commit | 0368321d68c0d233d5a927b9b4d7f9da2adfd162 (patch) | |
tree | 1f27505240e6d52336709dadd7c6f04de8355740 | |
parent | Added forgotten files (diff) | |
download | rocket-cli-client-0368321d68c0d233d5a927b9b4d7f9da2adfd162.tar.gz rocket-cli-client-0368321d68c0d233d5a927b9b4d7f9da2adfd162.tar.bz2 rocket-cli-client-0368321d68c0d233d5a927b9b4d7f9da2adfd162.zip |
Removed useless type
-rw-r--r-- | common/subscriptions.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/subscriptions.h b/common/subscriptions.h index 3e195bb..e6f4771 100644 --- a/common/subscriptions.h +++ b/common/subscriptions.h @@ -3,10 +3,6 @@ #include <uthash.h> -static const char *subscription_type_str[] = { - "channel", "direct", "private", -}; - enum subscription_type { SUBSCRIPTION_CHANNEL, SUBSCRIPTION_DIRECT, |