Index: /applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionRefineGeoRef.java
===================================================================
--- /applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionRefineGeoRef.java	(revision 29721)
+++ /applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionRefineGeoRef.java	(revision 29722)
@@ -38,19 +38,5 @@
         }
         rasterImageGeoreferencer.addListener();
-        if (Main.pref.getBoolean("cadastrewms.noImageCropping", false) == false)
-        {
-            Object[] options = { "Yes", "No" };
-            int ret = JOptionPane.showOptionDialog( null,
-                    tr("Would you like to crop image\nagain ?"),
-                    tr("Image cropping"),
-                    JOptionPane.DEFAULT_OPTION, JOptionPane.INFORMATION_MESSAGE,
-                    null, options, options[0]);
-            if (ret == JOptionPane.OK_OPTION)
-                rasterImageGeoreferencer.startCropping(wmsLayer);
-            else
-                rasterImageGeoreferencer.startGeoreferencing(wmsLayer);
-        }
-        else
-            rasterImageGeoreferencer.startGeoreferencing(wmsLayer);
+        rasterImageGeoreferencer.startGeoreferencing(wmsLayer);
     }
 
