diff options
author | Robert Carr <racarr@src.gnome.org> | 2009-02-07 20:35:39 +0800 |
---|---|---|
committer | Robert Carr <racarr@src.gnome.org> | 2009-02-07 20:35:39 +0800 |
commit | 2e94ce01ab4c2e802e3123cdf325be4c10af6a59 (patch) | |
tree | 070efd83b87d00475c639d3833f80b88588f3ac4 /embed | |
parent | 4fe8435529506b8119e4a74c2cc0f06113c0c46b (diff) | |
download | gsoc2013-epiphany-2e94ce01ab4c2e802e3123cdf325be4c10af6a59.tar.gz gsoc2013-epiphany-2e94ce01ab4c2e802e3123cdf325be4c10af6a59.tar.zst gsoc2013-epiphany-2e94ce01ab4c2e802e3123cdf325be4c10af6a59.zip |
Remove two unused get_type functions from public header files
svn path=/trunk/; revision=8754
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-embed-event.h | 2 | ||||
-rw-r--r-- | embed/ephy-embed.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/embed/ephy-embed-event.h b/embed/ephy-embed-event.h index ac235224d..0c7d9aa8c 100644 --- a/embed/ephy-embed-event.h +++ b/embed/ephy-embed-event.h @@ -75,8 +75,6 @@ GType ephy_embed_event_get_type (void); GType ephy_embed_event_context_get_type (void); -GType ephy_embed_event_type_get_type (void); - EphyEmbedEventContext ephy_embed_event_get_context (EphyEmbedEvent *event); guint ephy_embed_event_get_button (EphyEmbedEvent *event); diff --git a/embed/ephy-embed.h b/embed/ephy-embed.h index 9f74b53ec..36a705174 100644 --- a/embed/ephy-embed.h +++ b/embed/ephy-embed.h @@ -222,8 +222,6 @@ GType ephy_embed_net_state_get_type (void); GType ephy_embed_chrome_get_type (void); -GType ephy_embed_ppv_navigation_get_type (void); - GType ephy_embed_security_level_get_type (void); GType ephy_embed_document_type_get_type (void); |