aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/twitter/twitter.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2011-11-24 08:18:04 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2011-11-24 08:18:04 +0000
commit90fc864b79ba673623ce96e3e89866e48bc32d7f (patch)
tree389fbcfb4e9d7aa48f9a632c30ba96bdd76d53b2 /protocols/twitter/twitter.h
parentc945ee3ac109d7ce856c7968e0d5181e7cb2980b (diff)
Hopefully this fixed #838. Patch from Artem Savkov, thanks! The problem was
HTTP failures caused by (most likely) DNS resolution problems. Yes, ignoring return values is still bad, kids!
Diffstat (limited to 'protocols/twitter/twitter.h')
-rw-r--r--protocols/twitter/twitter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/twitter/twitter.h b/protocols/twitter/twitter.h
index 47dbeb29..14e43824 100644
--- a/protocols/twitter/twitter.h
+++ b/protocols/twitter/twitter.h
@@ -38,7 +38,6 @@ typedef enum
TWITTER_DOING_TIMELINE = 0x10000,
TWITTER_GOT_TIMELINE = 0x20000,
TWITTER_GOT_MENTIONS = 0x40000,
- TWITTER_DOING_TIMELINE_SLOW = 0x80000,
} twitter_flags_t;
struct twitter_log_data;