Removed first of two consecutive assignments to fNonFocusFrameColors[1].

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39625 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-11-25 14:37:17 +00:00
parent 884384ff79
commit e29729e2a5
-1
View File
@@ -85,7 +85,6 @@ DefaultDecorator::DefaultDecorator(DesktopSettings& settings, BRect rect,
fFocusFrameColors[0] = (rgb_color){ 224, 224, 224, 255 };
fFocusFrameColors[1] = (rgb_color){ 208, 208, 208, 255 };
fNonFocusFrameColors[0] = (rgb_color){ 232, 232, 232, 255 };
fNonFocusFrameColors[1] = (rgb_color){ 216, 216, 216, 255 };
fNonFocusFrameColors[1] = fNonFocusFrameColors[0];
fFocusTabColor = settings.UIColor(B_WINDOW_TAB_COLOR);