Remove some unused variables and function declarations.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15667 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2007-02-26 05:40:46 +00:00
parent ab676fca66
commit b0d1f0d6a6
3 changed files with 0 additions and 18 deletions

View File

@ -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);

View File

@ -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:

View File

@ -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;