deprecation annihilation

This commit is contained in:
Anuken
2022-02-14 22:29:55 -05:00
parent b07b81e8c5
commit 65161a4129
45 changed files with 28 additions and 1057 deletions
+1 -4
View File
@@ -26,10 +26,7 @@ public enum BlockFlag{
//single-block identifiers
launchPad,
unitCargoUnloadPoint,
unitAssembler,
/** @deprecated not used anywhere */
@Deprecated resupply;
unitAssembler;
public final static BlockFlag[] all = values();