[monkey-bubble: 56/753] Remove unused variables. (gnome_app_do_toolbar_creation): Likewise.



commit 68649bd48b46a90faeaa8a9e17288448afcf1a74
Author: Raja R Harinath <harinath src gnome org>
Date:   Tue Jan 27 06:42:38 1998 +0000

    Remove unused variables. (gnome_app_do_toolbar_creation): Likewise.
    
    * libgnomeui/gnome-app-helper.c (gnome_app_create_menus): Remove
    unused variables.
    (gnome_app_do_toolbar_creation): Likewise.
    * libgnomeui/gnome-scores.c (gnome_scores_set_logo_label):
    Likewise.
    (gnome_scores_display): Likewise.
    * libgnomeui/gtk-clock.c (gtk_clock_new): Use memset instead of bzero.
    * libgnome/gnome-dl.c (gnome_dl_findsym): Call g_snprintf instead
    of snprintf.
    (gnome_dl_findsym_and_lib): Likewise.
    
    - RRH

 libgnomeui/gnome-scores.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/libgnomeui/gnome-scores.c b/libgnomeui/gnome-scores.c
index 5232796..7a7c881 100644
--- a/libgnomeui/gnome-scores.c
+++ b/libgnomeui/gnome-scores.c
@@ -179,8 +179,6 @@ void gnome_scores_set_logo_label (GnomeScores *gs, gchar *txt, gchar *font,
 {
 	GtkStyle *s = gtk_style_new(); /* i believe that i should copy the default style
 					  and change only the fg & font fields, how? */
-	GdkFont *f;
-	gchar *fo;
 
 	if(gs->logo) {
 		g_print("Warning: gnome_scores_set_logo_* can be called only once\n");
@@ -240,7 +238,6 @@ gnome_scores_display (gchar *title, gchar *app_name, gchar *level, int pos)
 	gfloat *scores = NULL;
 	time_t *scoretimes = NULL;
 	gint top;
-	int i;
 
 	top = gnome_score_get_notable(app_name, level, &names, &scores, &scoretimes);
 	if (top > 0){



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]