Eliminate compiler warnings

2001-12-20  Bradford Hovinen  <hovinen@ximian.com>

	* capplet-dir-view-list.c: Eliminate compiler warnings

	* preferences.c: Eliminate compiler warnings

	* capplet-dir-view.c: Eliminate compiler warnings

	* capplet-dir.c: Eliminate compiler warnings

	* main.c: Eliminate compiler warnings
This commit is contained in:
Bradford Hovinen 2001-12-20 20:32:02 +00:00 committed by Bradford Hovinen (Gdict maintainer)
parent 1afc14e0c4
commit 894a0a1c3a
7 changed files with 44 additions and 52 deletions

View file

@ -64,7 +64,6 @@ populate_tree_branch (CappletDir *dir, GtkCTree *ctree, GtkCTreeNode *parent)
gdk_pixbuf_unref (pixbuf);
gdk_pixbuf_unref (scaled);
#warning Should an array be created instead of passing &entry->label ?
current = gtk_ctree_insert_node
(ctree, parent, NULL,
&entry->label, 10,
@ -121,7 +120,6 @@ tree_event_cb (GtkCTree *ctree, GdkEventButton *event,
static GtkWidget *
tree_create (CappletDirView *view)
{
GtkAdjustment *adjustment;
GtkWidget *w, *sw;
sw = gtk_scrolled_window_new (NULL, NULL);