X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fcore%2FCoreListener.java;h=aa6996f70eb1b3f0da8fae02061b56a27dd9ba2b;hp=a826e6432ee6d69c116ab6ae70a68fac4b3eb6ab;hb=ba4c1d2a5995657d48dce310ea854fa1f164a481;hpb=de3f83202862d1b12505eff4da668a736a355b72 diff --git a/src/main/java/net/pterodactylus/sone/core/CoreListener.java b/src/main/java/net/pterodactylus/sone/core/CoreListener.java index a826e64..aa6996f 100644 --- a/src/main/java/net/pterodactylus/sone/core/CoreListener.java +++ b/src/main/java/net/pterodactylus/sone/core/CoreListener.java @@ -32,14 +32,6 @@ import net.pterodactylus.util.version.Version; public interface CoreListener extends EventListener { /** - * Notifies a listener that a Sone was unlocked. - * - * @param sone - * The Sone that was unlocked - */ - public void soneUnlocked(Sone sone); - - /** * Notifies a listener that the insert of the given Sone has started. * * @see SoneInsertListener#insertStarted(Sone)