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

@ -136,8 +136,6 @@ gnomecc_preferences_copy (GnomeCCPreferences *new, GnomeCCPreferences *old)
void
gnomecc_preferences_load (GnomeCCPreferences *prefs)
{
GConfEngine *engine;
g_return_if_fail (prefs != NULL);
#if 0
@ -267,8 +265,9 @@ prefs_dialog_cancel_cb (GtkWidget *widget, GladeXML *data)
static void
set_single_window_controls_sensitive (GladeXML *data, gboolean s)
{
GtkWidget *widget;
#if 0
GtkWidget *widget;
widget = glade_xml_get_widget (prefs_dialog_data, "single_widget");
gtk_widget_set_sensitive (widget, s);
widget = glade_xml_get_widget (prefs_dialog_data, "multiple_widget");
@ -287,8 +286,6 @@ tree_widget_toggled_cb (GtkWidget *widget)
GtkWidget *
gnomecc_preferences_get_config_dialog (GnomeCCPreferences *prefs)
{
GtkWidget *widget;
if (prefs_dialog_data) return prefs_dialog;
old_prefs = gnomecc_preferences_clone (prefs);