Revision: 4588
          http://sourceforge.net/p/jump-pilot/code/4588
Author:   edso
Date:     2015-12-08 16:26:31 +0000 (Tue, 08 Dec 2015)
Log Message:
-----------
comment probably spurious unused constructor

Modified Paths:
--------------
    
core/trunk/src/org/openjump/core/ui/plugin/edittoolbox/cursortools/CutFeaturesTool.java

Modified: 
core/trunk/src/org/openjump/core/ui/plugin/edittoolbox/cursortools/CutFeaturesTool.java
===================================================================
--- 
core/trunk/src/org/openjump/core/ui/plugin/edittoolbox/cursortools/CutFeaturesTool.java
     2015-12-08 16:23:33 UTC (rev 4587)
+++ 
core/trunk/src/org/openjump/core/ui/plugin/edittoolbox/cursortools/CutFeaturesTool.java
     2015-12-08 16:26:31 UTC (rev 4588)
@@ -43,13 +43,12 @@
   
   public class CutFeaturesTool
     extends MultiClickTool {
-    static final String sCookieCut = 
I18N.get("org.openjump.core.ui.plugin.edittoolbox.cursortools.CutPolygonTool.Create-Cookie-Cut");
 
     Geometry geomSelected = null;
     Geometry geomDraw = null;
 
-    public CutFeaturesTool(EnableCheckFactory checkFactory) {
-    }
+//    public CutFeaturesTool(EnableCheckFactory checkFactory) {
+//    }
 
     PlugInContext context;
 


------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to