From 7378b253719947ef1713e2c9e42316b2da612109 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Mon, 1 Dec 2008 10:29:26 +0900 Subject: [PATCH] Remove unused variable --- src/ui/gui/psppire-data-store.c | 1 - src/ui/gui/psppire-data-store.h | 4 ---- 2 files changed, 5 deletions(-) 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 */ -- 2.30.2