Remove some commented out code in WorkspacesView.cpp

This commit is contained in:
John Scipione 2011-10-28 22:53:20 -04:00
parent eafed2f6d8
commit 912ab02b72

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;