From c580c95c73656a68db45fa5f61da528e2706c59f Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Wed, 12 Apr 2017 00:42:23 +0800 Subject: [PATCH] [WARNING] {sdhd} is deprecated and will be removed in the next release. Use {hd} instead. --- source/net/filebot/format/MediaBindingBean.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/source/net/filebot/format/MediaBindingBean.java b/source/net/filebot/format/MediaBindingBean.java index def28fc4..50f6730f 100644 --- a/source/net/filebot/format/MediaBindingBean.java +++ b/source/net/filebot/format/MediaBindingBean.java @@ -1304,11 +1304,4 @@ public class MediaBindingBean { public static final String EXCEPTION_UNDEFINED = "undefined"; public static final String EXCEPTION_SAMPLE_FILE_NOT_SET = "Sample file has not been set. Click \"Change Sample\" to select a sample file."; - @Deprecated - @Define("sdhd") - public String getVideoDefinitionCategoryDeprecated() { - debug.severe("[WARNING] {sdhd} is deprecated and will be removed in the next release. Use {hd} instead."); - return getVideoDefinitionCategory(); - } - }