summaryrefslogtreecommitdiffstats
path: root/src/window.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-23 06:12:00 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-23 06:12:00 (EDT)
commitd4d7435f69a1bd3b49e5ccdc3bd5022902577853 (patch)
treead5f1bf74bca57df59588a2eabeb58941f26e0ec /src/window.h
parenteeab38b45a9cfbed8b27a3aefae617e8c111e81e (diff)
downloadmarquee-d4d7435f69a1bd3b49e5ccdc3bd5022902577853.zip
marquee-d4d7435f69a1bd3b49e5ccdc3bd5022902577853.tar.gz
marquee-d4d7435f69a1bd3b49e5ccdc3bd5022902577853.tar.bz2
mq_window_update_tab_title(): Remove function
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/window.h b/src/window.h
index bfb1e5d..8fe2fb0 100644
--- a/src/window.h
+++ b/src/window.h
@@ -71,10 +71,6 @@ guint
mq_window_get_num_tabs(MqWindow *window);
void
-mq_window_update_tab_title(MqWindow *window, guint position,
- const gchar *title);
-
-void
mq_window_set_title(MqWindow *window, const gchar *title);
void