diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tab.c | 12 | ||||
-rw-r--r-- | src/tab.h | 6 |
2 files changed, 0 insertions, 18 deletions
@@ -374,18 +374,6 @@ mq_tab_new_root(void) return tab; } -GtkWidget * -mq_tab_get_tab(MqTab *tab) -{ - return tab->tab; -} - -GtkWidget * -mq_tab_get_container(MqTab *tab) -{ - return tab->container; -} - void mq_tab_update_position(MqTab *tab, guint position) { @@ -62,12 +62,6 @@ mq_tab_new_relative(MqWindow *window, gchar *uri, MqTab *source); MqTab * mq_tab_new_root(void); -GtkWidget * -mq_tab_get_tab(MqTab *tab); - -GtkWidget * -mq_tab_get_container(MqTab *tab); - void mq_tab_update_position(MqTab *tab, guint position); |