aboutsummaryrefslogtreecommitdiffstats
path: root/src/eom-main-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/eom-main-window.h')
-rw-r--r--src/eom-main-window.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/eom-main-window.h b/src/eom-main-window.h
index 672e8b1..93dd050 100644
--- a/src/eom-main-window.h
+++ b/src/eom-main-window.h
@@ -45,9 +45,6 @@ struct _EomMainWindow
GtkTreeIter iter;
GtkListStore *store;
- GtkTreeSelection *selection;
-
- GtkWidget *edit_button;
};
GType eom_main_window_get_type(void);
@@ -60,8 +57,6 @@ void eom_main_window_add_line(EomMainWindow *window,
const gchar *name,
gint current_qty,
gint total_qty);
-void eom_main_window_set_no_select(EomMainWindow *self);
-void eom_main_window_set_has_select(EomMainWindow *self);
G_END_DECLS