diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-shell.c | 1 | ||||
-rw-r--r-- | src/ephy-window.c | 1 | ||||
-rw-r--r-- | src/pdm-dialog.c | 6 | ||||
-rw-r--r-- | src/prefs-dialog.c | 1 | ||||
-rw-r--r-- | src/window-commands.c | 1 |
5 files changed, 0 insertions, 10 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index c53270ba8..9b3a9012e 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -28,7 +28,6 @@ #include "ephy-debug.h" #include "ephy-embed-container.h" #include "ephy-embed-prefs.h" -#include "ephy-embed-single.h" #include "ephy-embed-utils.h" #include "ephy-file-helpers.h" #include "ephy-gui.h" diff --git a/src/ephy-window.c b/src/ephy-window.c index 5b2b664fc..210588b25 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -33,7 +33,6 @@ #include "ephy-embed-container.h" #include "ephy-embed-prefs.h" #include "ephy-embed-shell.h" -#include "ephy-embed-single.h" #include "ephy-embed-type-builtins.h" #include "ephy-embed-utils.h" #include "ephy-encoding-menu.h" diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c index d6a3279e6..4a09260b8 100644 --- a/src/pdm-dialog.c +++ b/src/pdm-dialog.c @@ -1594,12 +1594,6 @@ static void pdm_dialog_finalize (GObject *object) { PdmDialog *dialog = EPHY_PDM_DIALOG (object); - GObject *single; - - single = ephy_embed_shell_get_embed_single (ephy_embed_shell_get_default ()); - - g_signal_handlers_disconnect_matched - (single, G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL, object); #ifdef HAVE_WEBKIT2 g_signal_handlers_disconnect_by_func (get_cookie_manager (), cookie_changed_cb, object); diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index 8910cd71c..7a6b77d1a 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -28,7 +28,6 @@ #include "ephy-embed-container.h" #include "ephy-embed-prefs.h" #include "ephy-embed-shell.h" -#include "ephy-embed-single.h" #include "ephy-embed-utils.h" #include "ephy-encodings.h" #include "ephy-file-chooser.h" diff --git a/src/window-commands.c b/src/window-commands.c index 265582f92..9f61c27e4 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -31,7 +31,6 @@ #include "ephy-embed-container.h" #include "ephy-embed-prefs.h" #include "ephy-embed-shell.h" -#include "ephy-embed-single.h" #include "ephy-embed-utils.h" #include "ephy-embed.h" #include "ephy-favicon-helpers.h" |