Remove deprecation

This commit is contained in:
Marcel Konrad
2019-09-17 22:42:49 +02:00
parent 600eb9059f
commit 20fa45c5f6

View File

@@ -3,10 +3,6 @@ package exopandora.worldhandler.gui.button;
import net.minecraftforge.api.distmarker.Dist;
import net.minecraftforge.api.distmarker.OnlyIn;
/**
* XXX To be replaced by a proper registry object
*/
@Deprecated
@OnlyIn(Dist.CLIENT)
public enum EnumIcon
{
@@ -50,4 +46,4 @@ public enum EnumIcon
{
return this.y;
}
}
}