diff --git a/src/de/mas/wiiu/jnus/WumadLoader.java b/src/de/mas/wiiu/jnus/WumadLoader.java index e087ec4..c9f0a32 100644 --- a/src/de/mas/wiiu/jnus/WumadLoader.java +++ b/src/de/mas/wiiu/jnus/WumadLoader.java @@ -21,7 +21,7 @@ import lombok.val; public class WumadLoader { - public static WumadInfo load(File wumadFile, byte[] commonKey) throws IOException, ParserConfigurationException, SAXException, ParseException { + public static WumadInfo load(File wumadFile) throws IOException, ParserConfigurationException, SAXException, ParseException { return WumadParser.createWumadInfo(wumadFile); }