Remove unused variable
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 1 Dec 2008 01:29:26 +0000 (10:29 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 1 Dec 2008 01:29:26 +0000 (10:29 +0900)
src/ui/gui/psppire-data-store.c
src/ui/gui/psppire-data-store.h

index 0152d3f6f59dd9937df88efef0be2aa3fc0dced0..f21dfbd68031156dbb2001cb40ffb97aad679cbb 100644 (file)
@@ -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;
 }
 
index 4000e25b5e76714fdd7c3fa63662e4f0051baecf..1693a9ad0b9e138f213bec8af144eb65311ad92c 100644 (file)
@@ -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 */