From 0368321d68c0d233d5a927b9b4d7f9da2adfd162 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 30 Jun 2020 17:34:57 +0200 Subject: Removed useless type --- common/subscriptions.h | 4 ---- 1 file changed, 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 -static const char *subscription_type_str[] = { - "channel", "direct", "private", -}; - enum subscription_type { SUBSCRIPTION_CHANNEL, SUBSCRIPTION_DIRECT, -- cgit v1.2.3