summaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/window.c b/src/window.c
index 85450f8..325184f 100644
--- a/src/window.c
+++ b/src/window.c
@@ -373,14 +373,6 @@ mq_window_get_num_tabs(MqWindow *window)
}
void
-mq_window_update_tab_title(MqWindow *window, guint position, const gchar *title)
-{
- if (position == window->current_tab) {
- set_title(window, title);
- }
-}
-
-void
mq_window_set_title(MqWindow *window, const gchar *title)
{
set_title(window, title);