Author: kono
Date: 2009-12-14 12:34:49 -0800 (Mon, 14 Dec 2009)
New Revision: 18752
Modified:
corelibs/trunk/ding/src/ding/view/InnerCanvas.java
Log:
Unnecessary comments removed.
Modified: corelibs/trunk/ding/src/ding/view/InnerCanvas.java
===================================================================
--- corelibs/trunk/ding/src/ding/view/InnerCanvas.java 2009-12-14 19:52:04 UTC
(rev 18751)
+++ corelibs/trunk/ding/src/ding/view/InnerCanvas.java 2009-12-14 20:34:49 UTC
(rev 18752)
@@ -126,16 +126,12 @@
*/
static final String MAC_OS_ID = "mac";
- //AJK: 04/02/06 BEGIN
private DropTarget dropTarget;
private String CANVAS_DROP = "CanvasDrop";
- // AJK: 1/14/2007 BEGIN
// for turning selection rectangle on and off
private boolean selecting = true;
- // AJK: 1/14/2007 END
-
/**
* DOCUMENT ME!
*/
@@ -181,12 +177,9 @@
addKeyListener(this);
setFocusable(true);
- // AJK: 04/02/06 BEGIN
dropTarget = new DropTarget(this, // component
DnDConstants.ACTION_COPY, // actions
this); // DropTargetListener
-
- // AJK: 04/02/06 END
}
/**
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.