progressbar: Remove declaration of nonexisting function

This commit is contained in:
Benjamin Otte 2010-10-21 14:19:56 +02:00
parent 715f57790b
commit 707d05bac0

View File

@ -88,7 +88,6 @@ static void gtk_progress_bar_real_update (GtkProgressBar *progress);
static gboolean gtk_progress_bar_draw (GtkWidget *widget, static gboolean gtk_progress_bar_draw (GtkWidget *widget,
cairo_t *cr); cairo_t *cr);
static void gtk_progress_bar_act_mode_enter (GtkProgressBar *progress); static void gtk_progress_bar_act_mode_enter (GtkProgressBar *progress);
static void gtk_progress_bar_realize (GtkWidget *widget);
static void gtk_progress_bar_finalize (GObject *object); static void gtk_progress_bar_finalize (GObject *object);
static void gtk_progress_bar_set_orientation (GtkProgressBar *progress, static void gtk_progress_bar_set_orientation (GtkProgressBar *progress,
GtkOrientation orientation); GtkOrientation orientation);