--- cityrep.c.old Mon Sep 10 14:33:15 2001 +++ cityrep.c Mon Sep 10 14:30:14 2001 @@ -71,7 +71,6 @@ static void city_report_list_callback(GtkWidget *w, gint row, gint col, GdkEvent *ev, gpointer data); static GtkWidget *city_dialog_shell=NULL; -static GtkWidget *city_label; static GtkWidget *city_list; static GtkWidget *city_center_command, *city_popup_command, *city_buy_command, *city_refresh_command, *city_config_command; @@ -423,7 +422,6 @@ static char buf [NUM_CREPORT_COLS][64]; GtkWidget *close_command, *scrolled; - char *report_title; int i; GtkAccelGroup *accel=gtk_accel_group_new(); @@ -434,12 +432,6 @@ gtk_window_set_title(GTK_WINDOW(city_dialog_shell),_("Cities")); - report_title=get_report_title(_("Cities")); - city_label = gtk_label_new(report_title); - - gtk_box_pack_start( GTK_BOX( GTK_DIALOG(city_dialog_shell)->vbox ), - city_label, FALSE, FALSE, 0 ); - for (i=0;i