Remove some commented out code in WorkspacesView.cpp

This commit is contained in:
John Scipione
2011-11-13 14:58:22 -05:00
parent eafed2f6d8
commit 912ab02b72
-3
View File
@@ -213,9 +213,6 @@ WorkspacesView::_DrawWindow(DrawingEngine* drawingEngine,
_DarkenColor(frameColor);
_DarkenColor(white);
}
//if (window == fSelectedWindow) {
// frameColor = ui_color(B_WINDOW_BORDER_COLOR);
//}
if (tabFrame.left < frame.left)
tabFrame.left = frame.left;