X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..c02406ecfa463f3846f775ab9d4b9f69f5ba21a1:/projects/stargazer/tariff.cpp diff --git a/projects/stargazer/tariff.cpp b/projects/stargazer/tariff.cpp index 088cb53d..70b75576 100644 --- a/projects/stargazer/tariff.cpp +++ b/projects/stargazer/tariff.cpp @@ -88,11 +88,6 @@ void TARIFF::PrintTariff() const //printfd(__FILE__, "Free: %8.3f\n", tariffConf.free); } //----------------------------------------------------------------------------- -void TARIFF::GetDirPrice(int dir, DIRPRICE_DATA * dd) const -{ -*dd = tariffData.dirPrice[dir]; -} -//----------------------------------------------------------------------------- void TARIFF::GetTariffData(TARIFF_DATA * td) const { *td = tariffData;