Remove unused customWindowButtons switch

This commit is contained in:
Kevin Sawicki 2017-06-05 13:57:18 -07:00
parent de0daa2481
commit 9537303e9a
2 changed files with 0 additions and 4 deletions

View file

@ -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";

View file

@ -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[];