Removed left-over, thanks Axel!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35893 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2010-03-17 15:39:28 +00:00
parent cc28efee7e
commit 991ab2d375

View File

@ -2043,10 +2043,6 @@ TitleView::TitleView(BRect rect, OutlineView* horizontalSlave,
fUpSortArrow->SetBits((const void*) kUpSortArrow8x8, 64, 0, B_CMAP8);
fDownSortArrow->SetBits((const void*) kDownSortArrow8x8, 64, 0, B_CMAP8);
// fResizeCursor = new BCursor(kResizeCursorData);
// fMinResizeCursor = new BCursor(kMinResizeCursorData);
// fMaxResizeCursor = new BCursor(kMaxResizeCursorData);
// fColumnMoveCursor = new BCursor(kColumnMoveCursorData);
fResizeCursor = new BCursor(B_CURSOR_ID_RESIZE_EAST_WEST);
fMinResizeCursor = new BCursor(B_CURSOR_ID_RESIZE_EAST);
fMaxResizeCursor = new BCursor(B_CURSOR_ID_RESIZE_WEST);