diff pidgin-twitter.h @ 164:5043d4d9766d

clean up.
author Yoshiki Yazawa <yaz@honeyplnaet.jp>
date Sat, 26 Jul 2008 23:27:10 +0900
parents 84cb6e8ad755
children ade632c88e33
line wrap: on
line diff
--- a/pidgin-twitter.h	Sat Jul 26 22:51:49 2008 +0900
+++ b/pidgin-twitter.h	Sat Jul 26 23:27:10 2008 +0900
@@ -86,7 +86,6 @@
     time_t time;
 } twitter_message_t;
 
-
 #define PLUGIN_ID	            "gtk-honeyplanet-pidgin_twitter"
 #define PLUGIN_NAME	            "pidgin-twitter"
 
@@ -117,7 +116,6 @@
 #define OPT_ICON_MAX_COUNT      OPT_PIDGINTWITTER "/icon_max_count"
 #define OPT_ICON_MAX_DAYS       OPT_PIDGINTWITTER "/icon_max_days"
 #define OPT_API_BASE_GET_INTERVAL OPT_PIDGINTWITTER "/api_base_get_interval"
-#define OPT_BROKEN_FIREWALL     OPT_PIDGINTWITTER "/broken_firewall"
 
 /* formats and templates */
 #define RECIPIENT_FORMAT_TWITTER "@<a href='http://twitter.com/%s'>%s</a>"
@@ -222,5 +220,6 @@
 static gchar *strip_html_markup(const gchar *src);
 static GtkWidget *prefs_get_frame(PurplePlugin *plugin);
 
+/* more prototypes */
 
 #endif