From 1873df7b1ec2ba6fe70e1c463c539b636d595fe0 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 10 Oct 2006 08:13:16 +0000 Subject: [PATCH] Get rid of declarations of functions that are no longer defined or used in this file. svn path=/trunk/; revision=19476 --- gtk/color_dlg.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gtk/color_dlg.c b/gtk/color_dlg.c index 9e6c514563..95e29fb5d8 100644 --- a/gtk/color_dlg.c +++ b/gtk/color_dlg.c @@ -92,10 +92,6 @@ static void color_clear_cb(GtkWidget *button, gpointer user_data); static void color_export_cb(GtkButton *button, gpointer user_data ); static void color_import_cb(GtkButton *button, gpointer user_data ); -static GtkWidget* color_sel_win_new(color_filter_t *colorf, gboolean); -static void color_sel_ok_cb(GtkButton *button, gpointer user_data); -static void color_sel_cancel_cb(GtkObject *object, gpointer user_data); - static GtkWidget *colorize_win; gint num_of_filters; /* number of filters being displayed */