summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-24 13:37:10 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-24 13:37:10 (EDT)
commitf234be2bc51df704bd866fb69b3299766c3c9bcb (patch)
tree4b602a5498d50f3be0f978f8c81fdd0ff95f27d4 /src/tab-chrome.h
parente8949221f009dba47b596cce316bb7e287d03300 (diff)
downloadmarquee-f234be2bc51df704bd866fb69b3299766c3c9bcb.zip
marquee-f234be2bc51df704bd866fb69b3299766c3c9bcb.tar.gz
marquee-f234be2bc51df704bd866fb69b3299766c3c9bcb.tar.bz2
src/tab-chrome.h: Drop mq_tab_chrome_update_tab_position()
The function was removed in commit 79fe032.
Diffstat (limited to 'src/tab-chrome.h')
-rw-r--r--src/tab-chrome.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tab-chrome.h b/src/tab-chrome.h
index 20e086c..1275de4 100644
--- a/src/tab-chrome.h
+++ b/src/tab-chrome.h
@@ -51,9 +51,6 @@ GtkWidget *
mq_tab_chrome_get_container(MqTabChrome *chrome);
void
-mq_tab_chrome_update_tab_position(MqTabChrome *chrome, guint position);
-
-void
mq_tab_chrome_set_web_view(MqTabChrome *chrome, WebKitWebView *web_view);
#endif