aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/twitter
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-03-23 21:19:20 +0100
committerMarius Halden <marius.h@lden.org>2016-05-07 14:31:03 +0200
commitc3d242a4552aff7e56e8dfc91d9677b81d245150 (patch)
tree454cb9e56039bb4db5997a43965d29dc9e5a6d17 /protocols/twitter
parent962316ea545309437d7e21a0186607493c2748b4 (diff)
Revert "add some block/mute headers"
This reverts commit e8ee94584cd39333aa98c2a77fca31a53735d7fb.
Diffstat (limited to 'protocols/twitter')
-rw-r--r--protocols/twitter/twitter_lib.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/protocols/twitter/twitter_lib.h b/protocols/twitter/twitter_lib.h
index c36d9aed..981ec973 100644
--- a/protocols/twitter/twitter_lib.h
+++ b/protocols/twitter/twitter_lib.h
@@ -74,17 +74,9 @@
#define TWITTER_FAVORITE_DESTROY_URL "/favorites/destroy.json"
/* Block URLs */
-#define TWITTER_BLOCKS_LIST_URL "/blocks/list/"
-#define TWITTER_BLOCKS_IDS_URL "/blocks/ids/"
#define TWITTER_BLOCKS_CREATE_URL "/blocks/create/"
#define TWITTER_BLOCKS_DESTROY_URL "/blocks/destroy/"
-/* Mute URLs */
-#define TWITTER_MUTES_LIST_URL "/mutes/users/list/"
-#define TWITTER_MUTES_IDS_URL "/mutes/users/ids"
-#define TWITTER_MUTES_CREATE_URL "/mutes/users/create/"
-#define TWITTER_MUTES_DESTROY_URL "/muster/users/destroy/"
-
/* Report spam */
#define TWITTER_REPORT_SPAM_URL "/users/report_spam.json"