Makefiles: Use $(PHONY) instead of .PHONY.
[pspp] / src / ui / gui / psppire-delimited-text.h
index 1e1f69d116adbda69d6afeef98c8652f58afe320..b0ef9499fb0a26c9fc173050c94123050ae27e76 100644 (file)
@@ -54,20 +54,19 @@ struct _PsppireDelimitedText
   GObject parent;
 
   GtkTreeModel *child;
-  
+
   /* The first line of the file to be modelled */
   gint first_line;
-  
+
   GSList *delimiters;
   gint max_delimiters;
-  
+
   /*< private >*/
   gboolean dispose_has_run ;
   gint stamp;
 
   /* caching */
   const char *cache_starts[512];
-  struct substring cache;
   struct substring const_cache;
   int cache_row;
 };