aboutsummaryrefslogtreecommitdiffstats
path: root/src/eom-main-window.h
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2010-11-18 00:23:41 +0100
committerGravatar Tom Willemsen2010-11-18 00:23:41 +0100
commitdd7b20b12025bbc776cf121c614ec9735841e7ef (patch)
treec1ea01d6f7398144d542c7cbaa1cce3edae97c43 /src/eom-main-window.h
parentce6f28bf350ffe7788eeeb936c90f54e08929188 (diff)
downloadeye-on-manga-dd7b20b12025bbc776cf121c614ec9735841e7ef.tar.gz
eye-on-manga-dd7b20b12025bbc776cf121c614ec9735841e7ef.zip
Selection
The main window now actually looks and works like it should as defined by the style guides
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