mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
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:
parent
e9931800c1
commit
b988e51cc5
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user