[haiku-commits] r35470 - haiku/trunk/src/servers/app/drawing

  • From: axeld@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 15 Feb 2010 15:39:48 +0100 (CET)

Author: axeld
Date: 2010-02-15 15:39:48 +0100 (Mon, 15 Feb 2010)
New Revision: 35470
Changeset: http://dev.haiku-os.org/changeset/35470/haiku

Modified:
   haiku/trunk/src/servers/app/drawing/HWInterface.cpp
Log:
* Removed unneeded comment/code.


Modified: haiku/trunk/src/servers/app/drawing/HWInterface.cpp
===================================================================
--- haiku/trunk/src/servers/app/drawing/HWInterface.cpp 2010-02-15 13:28:33 UTC 
(rev 35469)
+++ haiku/trunk/src/servers/app/drawing/HWInterface.cpp 2010-02-15 14:39:48 UTC 
(rev 35470)
@@ -131,18 +131,6 @@
        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();
 


Other related posts:

  • » [haiku-commits] r35470 - haiku/trunk/src/servers/app/drawing - axeld