X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fcore%2FCore.java;h=ffdece842ef01b4ca8dc99473f8b14359388a1ce;hb=e686b1315ba475258af1b1d487b6d257932c173e;hp=5a80f3154529682e65e85a9e96852ba9461af59b;hpb=40e29fa1abc0d1da75831d69d4cc9f52601a4045;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/core/Core.java b/src/main/java/net/pterodactylus/sone/core/Core.java index 5a80f31..ffdece8 100644 --- a/src/main/java/net/pterodactylus/sone/core/Core.java +++ b/src/main/java/net/pterodactylus/sone/core/Core.java @@ -44,7 +44,6 @@ import net.pterodactylus.sone.main.SonePlugin; import net.pterodactylus.util.config.Configuration; import net.pterodactylus.util.config.ConfigurationException; import net.pterodactylus.util.logging.Logging; -import net.pterodactylus.util.notify.NotificationManager; import net.pterodactylus.util.number.Numbers; import freenet.keys.FreenetURI; @@ -90,9 +89,6 @@ public class Core implements IdentityListener { /** Interface to freenet. */ private final FreenetInterface freenetInterface; - /** The notification manager. */ - private final NotificationManager notificationManager = new NotificationManager(); - /** The Sone downloader. */ private final SoneDownloader soneDownloader; @@ -178,15 +174,6 @@ public class Core implements IdentityListener { } /** - * Returns the notification manager. - * - * @return The notification manager - */ - public NotificationManager getNotifications() { - return notificationManager; - } - - /** * Returns the status of the given Sone. * * @param sone