X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-editor.h;h=d31b32c380f7031853fc7cebdfac69976c890d67;hb=7293c1a383d325c371bd708401e5a1d7586a4d90;hp=e75ccd781989a49c92280d59ab2140f94ba78f31;hpb=f9b2322d7b0662bd313d9c63450638c39b88be70;p=pspp diff --git a/src/ui/gui/psppire-data-editor.h b/src/ui/gui/psppire-data-editor.h index e75ccd7819..d31b32c380 100644 --- a/src/ui/gui/psppire-data-editor.h +++ b/src/ui/gui/psppire-data-editor.h @@ -33,7 +33,6 @@ #include #include "psppire-data-store.h" -#include "ui/gui/pspp-sheet-view.h" G_BEGIN_DECLS @@ -71,7 +70,6 @@ struct _PsppireDataEditor gboolean split; /* True if data sheets are split. */ /* UI manager for whichever var or data sheet is currently in use. */ - GtkUIManager *ui_manager; GtkWidget *old_vbox_widget; }; @@ -91,8 +89,6 @@ void psppire_data_editor_goto_variable (PsppireDataEditor *, gint di struct _PsppireDataSheet *psppire_data_editor_get_active_data_sheet (PsppireDataEditor *); -GtkUIManager *psppire_data_editor_get_ui_manager (PsppireDataEditor *); - enum {PSPPIRE_DATA_EDITOR_DATA_VIEW = 0, PSPPIRE_DATA_EDITOR_VARIABLE_VIEW}; G_END_DECLS