summaryrefslogtreecommitdiffstats
path: root/src/tab.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-09-27 16:16:54 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-09-27 16:17:32 (EDT)
commit63da6387f04743f2509e16e3cc212b7ef6e9aca8 (patch)
treeab6f4b7f41c24a65c96d25dccece995c9c1eef54 /src/tab.h
parent62a56e73f2924297278150e979effafcafde0725 (diff)
downloadmarquee-63da6387f04743f2509e16e3cc212b7ef6e9aca8.zip
marquee-63da6387f04743f2509e16e3cc212b7ef6e9aca8.tar.gz
marquee-63da6387f04743f2509e16e3cc212b7ef6e9aca8.tar.bz2
MqTab: Don't save favicon surface
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tab.h b/src/tab.h
index b5ff654..7e3c379 100644
--- a/src/tab.h
+++ b/src/tab.h
@@ -47,7 +47,6 @@ struct MqTab {
GtkWidget *tab;
GtkWidget *tab_image;
GtkWidget *tab_label;
- cairo_surface_t *favicon;
const gchar *title;
WebKitWebView *web_view;
GtkWidget *popover;