From 8ffca8f7a2f599f2d013cbc60c8ff7886acbb06a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20=C3=81vila=20de=20Esp=C3=ADndola?= Date: Wed, 10 Aug 2011 19:15:41 -0400 Subject: [PATCH] Bug 678091: UnifiedGradientInfo is unused, remove it. r=mstange --- widget/src/cocoa/nsCocoaWindow.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/widget/src/cocoa/nsCocoaWindow.h b/widget/src/cocoa/nsCocoaWindow.h index 2eb875a79d69..927ce863fa1d 100644 --- a/widget/src/cocoa/nsCocoaWindow.h +++ b/widget/src/cocoa/nsCocoaWindow.h @@ -166,13 +166,6 @@ typedef struct _nsCocoaWindowList { - (void)sendToplevelDeactivateEvents; @end -struct UnifiedGradientInfo { - float titlebarHeight; - float toolbarHeight; - BOOL windowIsMain; - BOOL drawTitlebar; // NO for toolbar, YES for titlebar -}; - @class ToolbarWindow; // NSColor subclass that allows us to draw separate colors both in the titlebar