aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-shell.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-07-01 00:31:59 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-07-01 00:31:59 +0800
commitece5e036c19540f6973b510bd7d108bc3c0ad742 (patch)
tree0b7c349967a71d928c30b2da5385036bb03aeac0 /embed/ephy-embed-shell.h
parent5f1869901b3705de47918f0f137762acfd773286 (diff)
downloadgsoc2013-epiphany-ece5e036c19540f6973b510bd7d108bc3c0ad742.tar
gsoc2013-epiphany-ece5e036c19540f6973b510bd7d108bc3c0ad742.tar.gz
gsoc2013-epiphany-ece5e036c19540f6973b510bd7d108bc3c0ad742.tar.bz2
gsoc2013-epiphany-ece5e036c19540f6973b510bd7d108bc3c0ad742.tar.lz
gsoc2013-epiphany-ece5e036c19540f6973b510bd7d108bc3c0ad742.tar.xz
gsoc2013-epiphany-ece5e036c19540f6973b510bd7d108bc3c0ad742.tar.zst
gsoc2013-epiphany-ece5e036c19540f6973b510bd7d108bc3c0ad742.zip
Remove some unused code
2003-06-30 Marco Pesenti Gritti <marco@it.gnome.org> * embed/ephy-embed-dialog.c: (ephy_embed_dialog_get_embed): * embed/ephy-embed-shell.c: (ephy_embed_shell_init), (ephy_embed_shell_get_favicon_cache): * embed/ephy-embed-shell.h: * embed/print-dialog.c: (print_dialog_print), (print_dialog_preview): * src/Makefile.am: * src/ephy-tab.c: (ephy_tab_destroy_brsr_cb), (ephy_tab_init): Remove some unused code
Diffstat (limited to 'embed/ephy-embed-shell.h')
-rw-r--r--embed/ephy-embed-shell.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/embed/ephy-embed-shell.h b/embed/ephy-embed-shell.h
index 95bc2a160..a5e6bd16b 100644
--- a/embed/ephy-embed-shell.h
+++ b/embed/ephy-embed-shell.h
@@ -55,10 +55,6 @@ struct EphyEmbedShellClass
{
GObjectClass parent_class;
- void (* command) (EphyEmbedShell *shell,
- char *command,
- char *param);
-
/* Methods */
EphyHistory * (* get_global_history) (EphyEmbedShell *shell);
DownloaderView * (* get_downloader_view) (EphyEmbedShell *shell);
@@ -72,16 +68,6 @@ EphyEmbedShell *ephy_embed_shell_new (const char *type);
EphyFaviconCache *ephy_embed_shell_get_favicon_cache (EphyEmbedShell *ges);
-void ephy_embed_shell_add_embed (EphyEmbedShell *ges,
- EphyEmbed *embed);
-
-void ephy_embed_shell_remove_embed (EphyEmbedShell *ges,
- EphyEmbed *embed);
-
-EphyEmbed *ephy_embed_shell_get_active_embed (EphyEmbedShell *ges);
-
-GList *ephy_embed_shell_get_embeds (EphyEmbedShell *ges);
-
EphyHistory *ephy_embed_shell_get_global_history (EphyEmbedShell *shell);
DownloaderView *ephy_embed_shell_get_downloader_view (EphyEmbedShell *shell);