From 8e878e61d90213c812163e1cf5a56381ff8cb641 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 18 Oct 2003 11:29:17 +0000 Subject: Get rid of the last vestige of ephy_window_update_control(), and make the 2003-10-18 Christian Persch * src/bookmarks/ephy-bookmarks.c: (add_to_favorites), (history_site_visited_cb): * src/ephy-favorites-menu.c: (ephy_favorites_menu_get_type), (ephy_favorites_menu_clean), (ephy_favorites_menu_rebuild), (ephy_favorites_menu_set_property), (ephy_favorites_menu_get_property), (ephy_favorites_menu_class_init), (do_updates), (fav_removed_cb), (fav_added_cb), (ephy_favorites_menu_init), (ephy_favorites_menu_finalize), (ephy_favorites_menu_new): * src/ephy-favorites-menu.h: * src/ephy-window.c: * src/ephy-window.h: Get rid of the last vestige of ephy_window_update_control(), and make the favourites menu self-updating. --- src/ephy-window.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/ephy-window.h') diff --git a/src/ephy-window.h b/src/ephy-window.h index 4f5a4d677..598d72194 100644 --- a/src/ephy-window.h +++ b/src/ephy-window.h @@ -61,11 +61,6 @@ typedef enum FullscreenMode } EphyWindowMode; -typedef enum -{ - FavoritesControl -} ControlID; - /* Include the header down here to resolve circular dependency */ #include "ephy-tab.h" @@ -99,9 +94,6 @@ void ephy_window_set_zoom (EphyWindow *window, void ephy_window_activate_location (EphyWindow *window); -void ephy_window_update_control (EphyWindow *window, - ControlID control); - EphyTab *ephy_window_get_active_tab (EphyWindow *window); EphyEmbed *ephy_window_get_active_embed (EphyWindow *window); -- cgit v1.2.3