diff options
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r-- | src/ephy-main.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c index 2194e2869..323389467 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -421,14 +421,6 @@ main (int argc, _ephy_shell_create_instance (application); g_object_unref (application); - if (private_instance) { - GApplicationFlags flags; - - flags = g_application_get_flags (G_APPLICATION (application)); - flags |= G_APPLICATION_NON_UNIQUE; - - g_application_set_flags (G_APPLICATION (application), flags); - } startup_flags = get_startup_flags (); ctx = ephy_application_startup_context_new (startup_flags, bookmarks_file, |