Remove unused customWindowButtons switch
This commit is contained in:
parent
de0daa2481
commit
9537303e9a
2 changed files with 0 additions and 4 deletions
|
@ -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";
|
||||
|
||||
|
|
|
@ -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[];
|
||||
|
|
Loading…
Add table
Reference in a new issue