summaryrefslogtreecommitdiffstats
path: root/src/tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.c')
-rw-r--r--src/tab.c12
1 files changed, 0 insertions, 12 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)
{