X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/959549949c215dc3ef0eae08ae298a0836f85d65..38adf7483e39539384d78e7044c7f7cd9f09bebf:/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; };