From 9537303e9ad13651b2a833a04fdc25a7382860bb Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 5 Jun 2017 13:57:18 -0700 Subject: [PATCH] Remove unused customWindowButtons switch --- atom/common/options_switches.cc | 3 --- atom/common/options_switches.h | 1 - 2 files changed, 4 deletions(-) diff --git a/atom/common/options_switches.cc b/atom/common/options_switches.cc index 30593cee24f9..ce63fc716a3a 100644 --- a/atom/common/options_switches.cc +++ b/atom/common/options_switches.cc @@ -90,9 +90,6 @@ const char kWebPreferences[] = "webPreferences"; // Add a vibrancy effect to the browser window const char kVibrancyType[] = "vibrancy"; -// Use custom buttons for window close, minimize, maximize on macOS -const char kCustomWindowButtons[] = "customWindowButtons"; - // The factor of which page should be zoomed. const char kZoomFactor[] = "zoomFactor"; diff --git a/atom/common/options_switches.h b/atom/common/options_switches.h index 33db00772054..6fda408ee5ce 100644 --- a/atom/common/options_switches.h +++ b/atom/common/options_switches.h @@ -49,7 +49,6 @@ extern const char kHasShadow[]; extern const char kFocusable[]; extern const char kWebPreferences[]; extern const char kVibrancyType[]; -extern const char kCustomWindowButtons[]; // WebPreferences. extern const char kZoomFactor[];