From 46c688eb97869314c4949968e123a0cd54da6bcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Mon, 17 Nov 2025 21:31:36 +0100 Subject: [PATCH] Fix invalid import --- CHANGELOG.md | 2 -- .../com/jpexs/decompiler/flash/configuration/Configuration.java | 1 - 2 files changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1aeac571..adee4310f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,6 @@ All notable changes to this project will be documented in this file. ## [Unreleased] - -## [24.1.1] - 2025-11-17 ### Added - AS3 Document class is underlined and has different icon - [#2556] CLI subsprite animation export (`-sublength ` option for export) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/Configuration.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/Configuration.java index d1b1167be..fdd9b2452 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/Configuration.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/Configuration.java @@ -48,7 +48,6 @@ import java.util.logging.Level; import java.util.logging.Logger; import java.util.regex.Matcher; import java.util.regex.Pattern; -import jdk.jfr.internal.RemoveFields; /** * Configuration of FFDec.