From e89d190c6c6ecaaa4e367835c5fddb549325b3f2 Mon Sep 17 00:00:00 2001 From: Dave Camp Date: Wed, 16 Apr 2003 18:41:06 +0000 Subject: Moved the new_window_orphan signal to EphyEmbedSingle. 2003-04-16 Dave Camp * embed/ephy-embed-shell.c: (ephy_embed_shell_class_init): * embed/ephy-embed-single.c: (ephy_embed_single_class_init): * src/ephy-shell.c: (ephy_shell_init): Moved the new_window_orphan signal to EphyEmbedSingle. --- embed/ephy-embed-shell.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'embed/ephy-embed-shell.h') diff --git a/embed/ephy-embed-shell.h b/embed/ephy-embed-shell.h index a5027bdfc..95bc2a160 100644 --- a/embed/ephy-embed-shell.h +++ b/embed/ephy-embed-shell.h @@ -55,10 +55,6 @@ struct EphyEmbedShellClass { GObjectClass parent_class; - void (* new_window) (EphyEmbedShell *shell, - EphyEmbed **new_embed, - EmbedChromeMask chromemask); - void (* command) (EphyEmbedShell *shell, char *command, char *param); -- cgit