]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/smux/smux.h
More clear plugin API
[stg.git] / projects / stargazer / plugins / other / smux / smux.h
index 7ab603dfd095b9c53f41a85e0d33f2aed54d10ad..5230a85cd3c02f6b78fb72e339bc31d6dda012cb 100644 (file)
@@ -61,9 +61,6 @@ public:
     void SetAdmins(ADMINS * a) { admins = a; }
     void SetServices(SERVICES * s) { services = s; }
     void SetCorporations(CORPORATIONS * c) { corporations = c; }
-    void SetTraffcounter(TRAFFCOUNTER *) {}
-    void SetStore(STORE *) {}
-    void SetStgSettings(const SETTINGS *) {}
     void SetSettings(const MODULE_SETTINGS & s) { settings = s; }
     int ParseSettings();