* Removed unneeded comment/code.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35470 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2010-02-15 14:39:48 +00:00
parent a3ec278add
commit abf0b1523a
-12
View File
@@ -131,18 +131,6 @@ HWInterface::SetCursor(ServerCursor* cursor)
if (!fFloatingOverlaysLock.Lock())
return;
// TODO: if a bitmap is being dragged, it could
// be considered iritating to the user to change
// cursor shapes while something is dragged.
// The disabled code below would prevent this (except
// for the minor annoyance that the cursor is not
// updated when the drag is over)
// if (fDragBitmap) {
// // TODO: like a "+" or "-" sign when dragging some files to indicate
// // the current drag mode?
// UnlockExclusiveAccess();
// return;
// }
if (fCursor != cursor) {
BRect oldFrame = _CursorFrame();