gui: Include only <gtk/gtk.h> to use GTK+.
[pspp-builds.git] / src / ui / gui / psppire-var-view.h
index 3509a46b09f4098a34c70a7b3b4839daeaecc5e5..45832eba0e8804a46b7381e48f5079cff9fc1b2c 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2009  Free Software Foundation
+   Copyright (C) 2009, 2010  Free Software Foundation
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
 
 #include <glib.h>
 #include <glib-object.h>
-#include <gtk/gtktreeview.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 
@@ -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);