aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-electron_shell_common_platform__util.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron12/files/patch-electron_shell_common_platform__util.h')
-rw-r--r--devel/electron12/files/patch-electron_shell_common_platform__util.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron12/files/patch-electron_shell_common_platform__util.h b/devel/electron12/files/patch-electron_shell_common_platform__util.h
deleted file mode 100644
index 286260e8197e..000000000000
--- a/devel/electron12/files/patch-electron_shell_common_platform__util.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- electron/shell/common/platform_util.h.orig 2021-04-20 23:32:33 UTC
-+++ electron/shell/common/platform_util.h
-@@ -59,7 +59,7 @@ bool GetLoginItemEnabled();
- bool SetLoginItemEnabled(bool enabled);
- #endif
-
--#if defined(OS_LINUX)
-+#if defined(OS_LINUX) || defined(OS_BSD)
- // Returns a success flag.
- // Unlike libgtkui, does *not* use "chromium-browser.desktop" as a fallback.
- bool GetDesktopName(std::string* setme);