From 732d640c41879538a07f88994e20edf74111d410 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 22 Oct 2021 22:50:59 +0000 Subject: [PATCH] remove deprecated code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894496 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/java/org/apache/poi/hslf/blip/Metafile.java | 11 ----------- 1 file changed, 11 deletions(-) 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. *