X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..4507e28404466c7925afccf31d502436908292c3:/projects/stargazer/tariff.h diff --git a/projects/stargazer/tariff.h b/projects/stargazer/tariff.h index 830863eb..ed61e015 100644 --- a/projects/stargazer/tariff.h +++ b/projects/stargazer/tariff.h @@ -62,7 +62,6 @@ public: int dir, time_t t) const; double GetFreeMb() const { return tariffData.tariffConf.free; }; - void GetDirPrice(int dir, DIRPRICE_DATA * dd) const; double GetPassiveCost() const { return tariffData.tariffConf.passiveCost; }; double GetFee() const { return tariffData.tariffConf.fee; }; double GetFree() const { return tariffData.tariffConf.free; };