diff options
Diffstat (limited to 'src/ephy-tab.h')
-rw-r--r-- | src/ephy-tab.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ephy-tab.h b/src/ephy-tab.h index a2f162458..82f6d16a6 100644 --- a/src/ephy-tab.h +++ b/src/ephy-tab.h @@ -95,9 +95,6 @@ const char *ephy_tab_get_favicon_url (EphyTab *tab); void ephy_tab_set_location (EphyTab *tab, char *location); -void ephy_tab_set_favicon (EphyTab *tab, - GdkPixbuf *favicon); - void ephy_tab_get_size (EphyTab *tab, int *width, int *height); |