]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/configuration/sgconfig2/stgconfig.h
More clear plugin API
[stg.git] / projects / stargazer / plugins / configuration / sgconfig2 / stgconfig.h
index 1c8743d15c2b4606b2e1017ccfee98e8be1b7946..52d7801851c056400fb0866d15183314854374bc 100644 (file)
@@ -35,7 +35,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) { stgConfigSettings = s; }
     void                SetSettings(const MODULE_SETTINGS & s) { settings = s; }
     int                 ParseSettings();