From: John Darrington Date: Mon, 1 Dec 2008 01:29:26 +0000 (+0900) Subject: Remove unused variable X-Git-Tag: v0.7.1~91^2~4 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7378b253719947ef1713e2c9e42316b2da612109;p=pspp-builds.git Remove unused variable --- diff --git a/src/ui/gui/psppire-data-store.c b/src/ui/gui/psppire-data-store.c index 0152d3f6..f21dfbd6 100644 --- a/src/ui/gui/psppire-data-store.c +++ b/src/ui/gui/psppire-data-store.c @@ -158,7 +158,6 @@ psppire_data_store_init (PsppireDataStore *data_store) { data_store->dict = 0; data_store->case_file = NULL; - data_store->width_of_m = 10; data_store->dispose_has_run = FALSE; } diff --git a/src/ui/gui/psppire-data-store.h b/src/ui/gui/psppire-data-store.h index 4000e25b..1693a9ad 100644 --- a/src/ui/gui/psppire-data-store.h +++ b/src/ui/gui/psppire-data-store.h @@ -84,10 +84,6 @@ struct _PsppireDataStore PsppireDict *dict; PsppireCaseFile *case_file; - - /* The width of an upper case 'M' rendered in the current font */ - gint width_of_m ; - gboolean show_labels; /* Geometry */