aboutsummaryrefslogtreecommitdiff
path: root/common/subscriptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/subscriptions.h')
-rw-r--r--common/subscriptions.h4
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,