From abf0b1523ae50b2a00c378bd90d86e1fa370dfdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Mon, 15 Feb 2010 14:39:48 +0000 Subject: [PATCH] * Removed unneeded comment/code. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35470 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/app/drawing/HWInterface.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/servers/app/drawing/HWInterface.cpp b/src/servers/app/drawing/HWInterface.cpp index c9986090ec..8e448eb38a 100644 --- a/src/servers/app/drawing/HWInterface.cpp +++ b/src/servers/app/drawing/HWInterface.cpp @@ -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();