]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/rpcconfig/rpcconfig.h
More clear plugin API
[stg.git] / projects / stargazer / plugins / configuration / rpcconfig / rpcconfig.h
index 1213f7d310223ec9a024a9ca8a2c0d957d13e1f2..1095dd73b3e6bd2c71c3a65099eb99563a97d471 100644 (file)
@@ -58,7 +58,6 @@ public:
     void                SetTariffs(TARIFFS * t) { tariffs = t; }
     void                SetAdmins(ADMINS * a) { admins = a; }
     void                SetStore(STORE * s) { store = s; }
-    void                SetTraffcounter(TRAFFCOUNTER *) {}
     void                SetStgSettings(const SETTINGS * s);
     void                SetSettings(const MODULE_SETTINGS & s) { settings = s; }
     int                 ParseSettings();