Remove all occurences of the FCP interface from the core.
[Sone.git] / src / main / java / net / pterodactylus / sone / main / SonePlugin.java
index ae34c1c..d86ed9f 100644 (file)
@@ -259,7 +259,6 @@ public class SonePlugin implements FredPlugin, FredPluginFCP, FredPluginL10n, Fr
 
                /* create FCP interface. */
                fcpInterface = injector.getInstance(FcpInterface.class);
-               core.setFcpInterface(fcpInterface);
 
                /* create the web interface. */
                webInterface = injector.getInstance(WebInterface.class);