From 3aea3055e85d7f367ec5b1347c5b96898e237fd2 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 6 Mar 2018 15:06:38 +0100 Subject: Removed unused wayland patches --- remote-profile.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 remote-profile.patch (limited to 'remote-profile.patch') diff --git a/remote-profile.patch b/remote-profile.patch deleted file mode 100644 index 919f735..0000000 --- a/remote-profile.patch +++ /dev/null @@ -1,19 +0,0 @@ -diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp -index 386213efebb4..990ba32acbd4 100644 ---- a/toolkit/xre/nsAppRunner.cpp -+++ b/toolkit/xre/nsAppRunner.cpp -@@ -3995,6 +3995,14 @@ XREMain::XRE_mainStartup(bool* aExitFlag) - } - } - -+ if (!profile) { -+#ifdef MOZ_DEV_EDITION -+ profile = "dev-edition-default"; -+#else -+ profile = "default"; -+#endif -+ } -+ - nsCOMPtr mutexDir; - rv = GetSpecialSystemDirectory(OS_TemporaryDirectory, getter_AddRefs(mutexDir)); - if (NS_SUCCEEDED(rv)) { -- cgit