From d60afa35bed002f98996fbdeb6a34ad01cc5b2cf Mon Sep 17 00:00:00 2001 From: "Alejandro G. Castro" Date: Thu, 29 Apr 2010 19:25:29 +0200 Subject: Refactored the load status callback of ephy-web-view.c This patch uses the ephy-embed.c callback code and refactors it in just one method in the ephy-web-view that handles all the status changes for this object. Bug #593743 --- embed/ephy-web-view.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'embed/ephy-web-view.h') diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h index 4079ebd4c..b3ffb538b 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -180,9 +180,6 @@ const char * ephy_web_view_get_title_composite (EphyWebView /* These should be private */ void ephy_web_view_set_address (EphyWebView *view, const char *address); -void ephy_web_view_update_from_net_state (EphyWebView *view, - const char *uri, - WebKitLoadStatus state); void ephy_web_view_location_changed (EphyWebView *view, const char *location); void ephy_web_view_set_loading_title (EphyWebView *view, -- cgit v1.2.3