aboutsummaryrefslogtreecommitdiff
path: root/src/Java/cofh/mod/ChildMod.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/Java/cofh/mod/ChildMod.java')
-rw-r--r--src/Java/cofh/mod/ChildMod.java17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/Java/cofh/mod/ChildMod.java b/src/Java/cofh/mod/ChildMod.java
deleted file mode 100644
index b07c35a8a1..0000000000
--- a/src/Java/cofh/mod/ChildMod.java
+++ /dev/null
@@ -1,17 +0,0 @@
-package cofh.mod;
-
-import cpw.mods.fml.common.Mod;
-
-
-public @interface ChildMod {
-
- /**
- * The {@link Mod} instance defining this ChildMod
- */
- Mod[] mod();
-
- /**
- * The parent {@link Mod}
- */
- String parent();
-}