changeset 6421:a6b7e7966862

[gaim-migrate @ 6929] We made a list and then didn't use it. Aww, the poor thing. That's the difference between lists and sheep. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 11 Aug 2003 07:13:49 +0000
parents fad39641608c
children 468bbb5fbc29
files src/gtkprefs.c
diffstat 1 files changed, 0 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkprefs.c	Mon Aug 11 02:33:09 2003 +0000
+++ b/src/gtkprefs.c	Mon Aug 11 07:13:49 2003 +0000
@@ -912,16 +912,6 @@
 
 	vbox = gaim_gtk_make_frame (ret, _("Tab Options"));
 
-	names = NULL;
-	names = g_list_append(names, _("Top"));
-	names = g_list_append(names, GINT_TO_POINTER(GTK_POS_TOP));
-	names = g_list_append(names, _("Bottom"));
-	names = g_list_append(names, GINT_TO_POINTER(GTK_POS_BOTTOM));
-	names = g_list_append(names, _("Left"));
-	names = g_list_append(names, GINT_TO_POINTER(GTK_POS_LEFT));
-	names = g_list_append(names, _("Right"));
-	names = g_list_append(names, GINT_TO_POINTER(GTK_POS_RIGHT));
-
 	label = prefs_dropdown(vbox, _("_Tab Placement:"), GAIM_PREF_INT,
 									 "/gaim/gtk/conversations/tab_side",
 									 _("Top"), GTK_POS_TOP,