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