Bug 1504833 - Remove vestigial TitlebarAndBackgroundColor definition. r=spohl

Differential Revision: https://phabricator.services.mozilla.com/D10962

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Markus Stange 2018-11-05 21:17:12 +00:00
parent e9931800c1
commit b988e51cc5

View File

@ -157,17 +157,6 @@ typedef struct _nsCocoaWindowList {
@class ToolbarWindow;
// NSColor subclass that allows us to draw separate colors both in the titlebar
// and for background of the window.
@interface TitlebarAndBackgroundColor : NSColor
{
ToolbarWindow *mWindow; // [WEAK] (we are owned by the window)
}
- (id)initWithWindow:(ToolbarWindow*)aWindow;
@end
// NSWindow subclass for handling windows with toolbars.
@interface ToolbarWindow : BaseWindow
{