diff pidgin/gtkconv.h @ 32321:67f8717477ea

Remove some deprecated stuff
author Mark Doliner <mark@kingant.net>
date Sun, 21 Aug 2011 02:11:02 +0000
parents d1354c10232f
children cdf49237cd35
line wrap: on
line diff
--- a/pidgin/gtkconv.h	Sun Aug 21 01:59:13 2011 +0000
+++ b/pidgin/gtkconv.h	Sun Aug 21 02:11:02 2011 +0000
@@ -132,8 +132,8 @@
 	GtkTextBuffer *entry_buffer;
 	GtkWidget *entry;
 	gboolean auto_resize;   /* this is set to TRUE if the conversation
-		 	 	 * is being resized by a non-user-initiated
-		 		 * event, such as the buddy icon appearing
+				 * is being resized by a non-user-initiated
+				 * event, such as the buddy icon appearing
 				 */
 	gboolean entry_growing; /* True if the size of the entry was set
 				 * automatically by typing too much to fit
@@ -144,12 +144,6 @@
 	GtkWidget *tab_label;
 	GtkWidget *menu_icon;
 	GtkWidget *menu_label;
-#if !(defined PIDGIN_DISABLE_DEPRECATED) || (defined _PIDGIN_GTKCONV_C_)
-	/** @deprecated */
-	GtkSizeGroup *sg;
-#else
-	gpointer depr1;
-#endif
 
 	GtkWidget *lower_hbox;