]> source.dussan.org Git - poi.git/commitdiff
remove deprecated code
authorPJ Fanning <fanningpj@apache.org>
Fri, 22 Oct 2021 22:50:59 +0000 (22:50 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 22 Oct 2021 22:50:59 +0000 (22:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894496 13f79535-47bb-0310-9956-ffa450edef68

poi-scratchpad/src/main/java/org/apache/poi/hslf/blip/Metafile.java

index ca0b01556e78a2665795ab049777eb1aea159ff1..e15de24c660da8309baffed3d369c06226d7812d 100644 (file)
@@ -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.
      *