diff --git a/src/gnome-utils/gnc-frequency.c b/src/gnome-utils/gnc-frequency.c index e3cc46cb14..dcd74f8141 100644 --- a/src/gnome-utils/gnc-frequency.c +++ b/src/gnome-utils/gnc-frequency.c @@ -64,19 +64,6 @@ static void weekly_days_changed( GtkButton *b, gpointer d ); static void monthly_sel_changed( GtkButton *b, gpointer d ); static void semimonthly_sel_changed( GtkButton *b, gpointer d ); -static void yearly_sel_changed( GtkButton *b, gpointer d ); -static void quarterly_sel_changed( GtkButton *b, gpointer d ); -static void triyearly_sel_changed( GtkButton *b, gpointer d ); -static void semiyearly_sel_changed( GtkButton *b, gpointer d ); - -static void year_range_sels_changed( GncFrequency *gf, - int monthsInRange, - GtkWidget *occurW, - GtkWidget *dayOfMonthW ); -static void year_range_menu_helper( GtkWidget *dayOptMenu, - GtkWidget *occurOptMenu, - gint monthsInRange, - time_t date ); /** Static Inits ********************/ @@ -245,7 +232,6 @@ static void do_frequency_setup(GncFrequency *gf, FreqSpec *fs, time_t *secs) { UIFreqType uift; - int i, page; /* Set the start date, but only if present. */ if (secs) @@ -892,8 +878,6 @@ gnc_frequency_setup_recurrence(GncFrequency *gf, GList *recurrences, GDate *star case PERIOD_LAST_WEEKDAY: { guint multiplier; GtkWidget *multipler_spin, *day_of_month; - GDate recurrence_day; - int day_of_month_index; multipler_spin = glade_xml_get_widget(gf->gxml, "monthly_spin"); multiplier = recurrenceGetMultiplier(r); diff --git a/src/gnome/dialog-sx-since-last-run.c b/src/gnome/dialog-sx-since-last-run.c index ffa6984ebf..a1e340b8be 100644 --- a/src/gnome/dialog-sx-since-last-run.c +++ b/src/gnome/dialog-sx-since-last-run.c @@ -1033,7 +1033,6 @@ gnc_sx_slr_model_check_variables(GncSxSlrTreeModelAdapter *editing_model) static void dialog_response_cb(GtkDialog *dialog, gint response_id, GncSxSinceLastRunDialog *app_dialog) { - GList *created_txns = NULL; switch (response_id) { case GTK_RESPONSE_OK: diff --git a/src/gnome/gnc-plugin-page-sx-list.c b/src/gnome/gnc-plugin-page-sx-list.c index 63c240dde5..26a1418fcb 100644 --- a/src/gnome/gnc-plugin-page-sx-list.c +++ b/src/gnome/gnc-plugin-page-sx-list.c @@ -442,7 +442,6 @@ gnc_plugin_page_sx_list_recreate_page (GtkWidget *window, static void gnc_plugin_page_sx_list_cmd_new(GtkAction *action, GncPluginPageSxList *page) { - FreqSpec *fs; SchedXaction *new_sx; gboolean new_sx_flag = TRUE;