diff src/gtkstatusbox.h @ 12779:a09027e9d159

[gaim-migrate @ 15126] Change the status box code to not use the new 'data' column to keep track of the GaimStatusPrimitive instead of using the 'type.' This should be a lot cleaner committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 09 Jan 2006 06:34:03 +0000
parents a36eec90c604
children e2a94ab60a7e
line wrap: on
line diff
--- a/src/gtkstatusbox.h	Mon Jan 09 06:11:28 2006 +0000
+++ b/src/gtkstatusbox.h	Mon Jan 09 06:34:03 2006 +0000
@@ -52,14 +52,11 @@
  */
 typedef enum
 {
-	/*
-	 * The first 0 through GAIM_STATUS_NUM_PRIMITIVES
-	 * correspond to GaimStatusPrimitives.
-	 */
-	GTK_GAIM_STATUS_BOX_TYPE_SEPARATOR = GAIM_STATUS_NUM_PRIMITIVES,
+	GTK_GAIM_STATUS_BOX_TYPE_SEPARATOR,
+	GTK_GAIM_STATUS_BOX_TYPE_PRIMITIVE,
+	GTK_GAIM_STATUS_BOX_TYPE_POPULAR,
 	GTK_GAIM_STATUS_BOX_TYPE_CUSTOM,
 	GTK_GAIM_STATUS_BOX_TYPE_SAVED,
-	GTK_GAIM_STATUS_BOX_TYPE_POPULAR,
 	GTK_GAIM_STATUS_BOX_NUM_TYPES
 } GtkGaimStatusBoxItemType;
 
@@ -151,8 +148,6 @@
 void
 gtk_gaim_status_box_pulse_connecting(GtkGaimStatusBox *status_box);
 
-GtkGaimStatusBoxItemType gtk_gaim_status_box_get_active_type(GtkGaimStatusBox *status_box);
-
 char *gtk_gaim_status_box_get_message(GtkGaimStatusBox *status_box);
 
 G_END_DECLS