mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
ab676fca66
commit
b0d1f0d6a6
@ -64,19 +64,6 @@ static void weekly_days_changed( GtkButton *b, gpointer d );
|
|||||||
|
|
||||||
static void monthly_sel_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 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 ********************/
|
/** Static Inits ********************/
|
||||||
|
|
||||||
@ -245,7 +232,6 @@ static void
|
|||||||
do_frequency_setup(GncFrequency *gf, FreqSpec *fs, time_t *secs)
|
do_frequency_setup(GncFrequency *gf, FreqSpec *fs, time_t *secs)
|
||||||
{
|
{
|
||||||
UIFreqType uift;
|
UIFreqType uift;
|
||||||
int i, page;
|
|
||||||
|
|
||||||
/* Set the start date, but only if present. */
|
/* Set the start date, but only if present. */
|
||||||
if (secs)
|
if (secs)
|
||||||
@ -892,8 +878,6 @@ gnc_frequency_setup_recurrence(GncFrequency *gf, GList *recurrences, GDate *star
|
|||||||
case PERIOD_LAST_WEEKDAY: {
|
case PERIOD_LAST_WEEKDAY: {
|
||||||
guint multiplier;
|
guint multiplier;
|
||||||
GtkWidget *multipler_spin, *day_of_month;
|
GtkWidget *multipler_spin, *day_of_month;
|
||||||
GDate recurrence_day;
|
|
||||||
int day_of_month_index;
|
|
||||||
|
|
||||||
multipler_spin = glade_xml_get_widget(gf->gxml, "monthly_spin");
|
multipler_spin = glade_xml_get_widget(gf->gxml, "monthly_spin");
|
||||||
multiplier = recurrenceGetMultiplier(r);
|
multiplier = recurrenceGetMultiplier(r);
|
||||||
|
@ -1033,7 +1033,6 @@ gnc_sx_slr_model_check_variables(GncSxSlrTreeModelAdapter *editing_model)
|
|||||||
static void
|
static void
|
||||||
dialog_response_cb(GtkDialog *dialog, gint response_id, GncSxSinceLastRunDialog *app_dialog)
|
dialog_response_cb(GtkDialog *dialog, gint response_id, GncSxSinceLastRunDialog *app_dialog)
|
||||||
{
|
{
|
||||||
GList *created_txns = NULL;
|
|
||||||
switch (response_id)
|
switch (response_id)
|
||||||
{
|
{
|
||||||
case GTK_RESPONSE_OK:
|
case GTK_RESPONSE_OK:
|
||||||
|
@ -442,7 +442,6 @@ gnc_plugin_page_sx_list_recreate_page (GtkWidget *window,
|
|||||||
static void
|
static void
|
||||||
gnc_plugin_page_sx_list_cmd_new(GtkAction *action, GncPluginPageSxList *page)
|
gnc_plugin_page_sx_list_cmd_new(GtkAction *action, GncPluginPageSxList *page)
|
||||||
{
|
{
|
||||||
FreqSpec *fs;
|
|
||||||
SchedXaction *new_sx;
|
SchedXaction *new_sx;
|
||||||
gboolean new_sx_flag = TRUE;
|
gboolean new_sx_flag = TRUE;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user