[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_1_1_1-24-gc6a40bf

Philippe Delorme nobody at users.sourceforge.net
Fri Jan 11 20:08:20 CET 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".

The branch, master has been updated
       via  c6a40bf1ebadda65d1790ce0c82f29d17ad3dbf5 (commit)
       via  8abbbf84ec7f0241fea319a05fead4cfc702e7ff (commit)
      from  d74fc22e07268281f904a79c9a556a71b1ad79e7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c6a40bf1ebadda65d1790ce0c82f29d17ad3dbf5
Author: Philippe Delorme <philippedelorme at users.sourceforge.net>
Date:   Fri Jan 11 20:05:59 2013 +0100

    Remove unused variable

commit 8abbbf84ec7f0241fea319a05fead4cfc702e7ff
Author: Philippe Delorme <philippedelorme at users.sourceforge.net>
Date:   Fri Jan 11 19:53:57 2013 +0100

    Clean up unused static functions

-----------------------------------------------------------------------

Changes:
diff --git a/src/affichage.c b/src/affichage.c
index 75c3554..b08c11e 100644
--- a/src/affichage.c
+++ b/src/affichage.c
@@ -73,7 +73,6 @@ static gboolean preferences_view_color_combobox_changed ( GtkWidget *combobox,
                         GtkWidget *color_button );
 static gboolean preferences_view_color_default ( GtkWidget *button,
                         GtkWidget *combobox );
-static GtkWidget *preferences_view_create_color_combobox (void);
 static gboolean preferences_view_update_preview_logo ( GtkFileChooser *file_chooser,
                         GtkWidget *preview );
 static void update_fonte_listes ( gchar *fontname,
diff --git a/src/export.c b/src/export.c
index 3a0aef9..38f9165 100644
--- a/src/export.c
+++ b/src/export.c
@@ -59,7 +59,6 @@ static void export_account_toggled ( GtkCellRendererToggle *cell, gchar *path_st
 static GtkWidget * export_create_final_page ( GtkWidget * assistant );
 static GtkWidget * export_create_resume_page ( GtkWidget * assistant );
 static GtkWidget * export_create_selection_page ( GtkWidget * assistant );
-static gboolean export_enter_final_page ( GtkWidget *assistant );
 static gboolean export_enter_resume_page ( GtkWidget * assistant );
 static void export_resume_maybe_sensitive_next ( GtkWidget * assistant );
 /*END_STATIC*/
diff --git a/src/imputation_budgetaire.c b/src/imputation_budgetaire.c
index 1d28fb7..5194191 100644
--- a/src/imputation_budgetaire.c
+++ b/src/imputation_budgetaire.c
@@ -66,8 +66,6 @@ static gboolean budgetary_line_list_button_press ( GtkWidget *tree_view,
                         gpointer null );
 static void budgetary_line_list_popup_context_menu ( void );
 static gboolean edit_budgetary_line ( GtkTreeView * view );
-static void exporter_ib ( void );
-static void importer_ib ( void );
 static gboolean popup_budgetary_line_view_mode_menu ( GtkWidget * button );
 static void selectionne_sub_budgetary ( GtkTreeModel * model );
 /*END_STATIC*/
diff --git a/src/transaction_list.c b/src/transaction_list.c
index 5ff066d..6f97827 100644
--- a/src/transaction_list.c
+++ b/src/transaction_list.c
@@ -1895,9 +1895,6 @@ static CustomRecord *transaction_list_create_record ( gint transaction_number,
 {
     gint column;
     CustomRecord *newrecord;
-    CustomList *custom_list;
-
-    custom_list = transaction_model_get_model ();
 
     /* create the new record */
     newrecord = g_malloc0 (sizeof (CustomRecord));


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list