New interface PsppireSelectDestWidget.
[pspp-builds.git] / src / ui / gui / psppire-var-view.h
index 3509a46b09f4098a34c70a7b3b4839daeaecc5e5..35dc91d2b98f3af1460e19cd571480fe2aeebe31 100644 (file)
@@ -47,7 +47,6 @@ struct _PsppireVarView
   GtkListStore *list;
   
   gint *nums;
-
 };
 
 struct _PsppireVarViewClass
@@ -58,8 +57,6 @@ struct _PsppireVarViewClass
 
 GType      psppire_var_view_get_type        (void);
 
-gboolean psppire_var_view_contains_var (PsppireVarView *vv, const GValue *v);
-
 gint psppire_var_view_append_names (PsppireVarView *vv, gint column, GString *string);
 
 gboolean psppire_var_view_get_iter_first (PsppireVarView *vv, GtkTreeIter *iter);