summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tab.c12
-rw-r--r--src/tab.h6
2 files changed, 0 insertions, 18 deletions
diff --git a/src/tab.c b/src/tab.c
index 99022a2..e3d9f71 100644
--- a/src/tab.c
+++ b/src/tab.c
@@ -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)
{
diff --git a/src/tab.h b/src/tab.h
index d6ce5d9..b016d83 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -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);