diff options
Diffstat (limited to 'protocols/twitter/twitter_lib.h')
-rw-r--r-- | protocols/twitter/twitter_lib.h | 8 |
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" |