[epiphany] ephy-web-view: remove dead declarations



commit d6a8e187aff66abbcbc2db38a59581d2e656199d
Author: Xan Lopez <xan igalia com>
Date:   Wed Feb 13 00:39:17 2013 +0100

    ephy-web-view: remove dead declarations
    
    GCC, you need to warn me about these.

 embed/ephy-web-view.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h
index 52de781..5158804 100644
--- a/embed/ephy-web-view.h
+++ b/embed/ephy-web-view.h
@@ -144,13 +144,10 @@ EphyWebViewDocumentType    ephy_web_view_get_document_type        (EphyWebView
 EphyWebViewNavigationFlags ephy_web_view_get_navigation_flags     (EphyWebView               *view);
 const char *               ephy_web_view_get_status_message       (EphyWebView               *view);
 const char *               ephy_web_view_get_link_message         (EphyWebView               *view);
-gboolean                   ephy_web_view_get_visibility           (EphyWebView               *view);
 void                       ephy_web_view_set_link_message         (EphyWebView               *view,
                                                                    const char                *link_message);
 void                       ephy_web_view_set_security_level       (EphyWebView               *view,
                                                                    EphyWebViewSecurityLevel   level);
-void                       ephy_web_view_set_visibility           (EphyWebView               *view,
-                                                                   gboolean                   visibility);
 const char *               ephy_web_view_get_typed_address        (EphyWebView               *view);
 void                       ephy_web_view_set_typed_address        (EphyWebView               *view,
                                                                    const char                *address);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]