separate support name and BasicSupport
[fanfix.git] / src / be / nikiroo / fanfix / supported / InfoText.java
index 37f447aeb721a970fe14e6933a73dd396b1823d4..42e2c13b6f75a1e32afa10f560361c1670ea9572 100644 (file)
@@ -16,11 +16,6 @@ import be.nikiroo.fanfix.data.MetaData;
  * @author niki
  */
 class InfoText extends Text {
-       @Override
-       public String getSourceName() {
-               return "info-text";
-       }
-
        protected File getInfoFile() {
                return new File(assureNoTxt(getSourceFile()).getPath() + ".info");
        }