From 2231c995c2b85234568b4bc88ecefda0bbec18e4 Mon Sep 17 00:00:00 2001 From: Sibo Van Gool Date: Fri, 10 Sep 2021 01:04:35 +0200 Subject: [PATCH] =?UTF-8?q?[fixes=20#899]=C2=A0Remove=20double=20overwrite?= =?UTF-8?q?=20popup=20in=20export=20dialog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- swing/src/net/sf/openrocket/gui/main/BasicFrame.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/swing/src/net/sf/openrocket/gui/main/BasicFrame.java b/swing/src/net/sf/openrocket/gui/main/BasicFrame.java index 1818a533e..b39756247 100644 --- a/swing/src/net/sf/openrocket/gui/main/BasicFrame.java +++ b/swing/src/net/sf/openrocket/gui/main/BasicFrame.java @@ -1410,9 +1410,6 @@ public class BasicFrame extends JFrame { return false; } } - if (!FileHelper.confirmWrite(file, this)) { - return false; - } try { StorageOptions options = new StorageOptions();