diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-09-20 02:43:17 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-09-20 02:43:17 +0000 |
commit | d73e3bb581deb1e1b9645780785bc78af3796b41 (patch) | |
tree | c49441039830be24c2ef627461a9ae69dd5f9720 /src/prefs_display_items.c | |
parent | c2dbb1ce00b5ccdc7c6a3aa8d880d88658446654 (diff) |
removed all warnings output with -Wall.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1910 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_display_items.c')
-rw-r--r-- | src/prefs_display_items.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/prefs_display_items.c b/src/prefs_display_items.c index 66872797..b55af772 100644 --- a/src/prefs_display_items.c +++ b/src/prefs_display_items.c @@ -493,11 +493,9 @@ static void prefs_display_items_add(GtkWidget *widget, gpointer data) static void prefs_display_items_remove(GtkWidget *widget, gpointer data) { PrefsDisplayItemsDialog *dialog = data; - GtkCList *stock_clist = GTK_CLIST(dialog->stock_clist); GtkCList *shown_clist = GTK_CLIST(dialog->shown_clist); PrefsDisplayItem *item; gint row; - gchar *name; if (!shown_clist->selection) return; |