From: PJ Fanning Date: Fri, 22 Oct 2021 22:50:59 +0000 (+0000) Subject: remove deprecated code X-Git-Tag: REL_5_2_0~315 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=732d640c41879538a07f88994e20edf74111d410;p=poi.git remove deprecated code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894496 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/poi-scratchpad/src/main/java/org/apache/poi/hslf/blip/Metafile.java b/poi-scratchpad/src/main/java/org/apache/poi/hslf/blip/Metafile.java index ca0b01556e..e15de24c66 100644 --- a/poi-scratchpad/src/main/java/org/apache/poi/hslf/blip/Metafile.java +++ b/poi-scratchpad/src/main/java/org/apache/poi/hslf/blip/Metafile.java @@ -42,17 +42,6 @@ import org.apache.poi.util.Units; */ public abstract class Metafile extends HSLFPictureData { - /** - * @deprecated Use {@link HSLFSlideShow#addPicture(byte[], PictureType)} or one of it's overloads to create new - * Metafile. This API led to detached Metafile instances (See Bugzilla - * 46122) and prevented adding additional functionality. - */ - @Deprecated - @Removal(version = "5.3") - public Metafile() { - this(new EscherContainerRecord(), new EscherBSERecord()); - } - /** * Creates a new instance. *