diff options
author | Xan Lopez <xan@gnome.org> | 2010-05-03 19:51:44 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2010-05-03 19:51:44 +0800 |
commit | c2d86b7fdffdd0ff6fc47f0a2af92f51cb6b3adc (patch) | |
tree | 4ee5cd9058d65a53e3ffffb2fd8e22b4d68cd75e /embed/ephy-web-view.h | |
parent | 1bb768427bda3ed19b260081b1c7f1bf840f7314 (diff) | |
download | gsoc2013-epiphany-c2d86b7fdffdd0ff6fc47f0a2af92f51cb6b3adc.tar.gz gsoc2013-epiphany-c2d86b7fdffdd0ff6fc47f0a2af92f51cb6b3adc.tar.zst gsoc2013-epiphany-c2d86b7fdffdd0ff6fc47f0a2af92f51cb6b3adc.zip |
Remove obsolete get_type function from header
Diffstat (limited to 'embed/ephy-web-view.h')
-rw-r--r-- | embed/ephy-web-view.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/ephy-web-view.h b/embed/ephy-web-view.h index 323a8564f..6ccaaf6eb 100644 --- a/embed/ephy-web-view.h +++ b/embed/ephy-web-view.h @@ -129,7 +129,6 @@ struct _EphyWebViewClass }; GType ephy_web_view_get_type (void); -GType ephy_web_view_net_state_get_type (void); GType ephy_web_view_chrome_get_type (void); GType ephy_web_view_security_level_get_type (void); GtkWidget * ephy_web_view_new (void); |