From 4e651fbca7f8859a0ae2249ea0d364dea8bb1c5f Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 25 Sep 2017 00:30:57 -0400 Subject: MqTab: Remove old functions --- (limited to 'src/tab.c') 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) { -- cgit v0.9.1