From 38adf7483e39539384d78e7044c7f7cd9f09bebf Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Wed, 8 Dec 2010 17:07:37 +0200 Subject: [PATCH] =?utf8?q?=D0=92=20=D0=BA=D0=BB=D0=B0=D1=81=D1=81=D0=B5=20?= =?utf8?q?=D1=82=D0=B0=D1=80=D0=B8=D1=84=D0=B0=20=D1=83=D0=B4=D0=B0=D0=BB?= =?utf8?q?=D0=B5=D0=BD=20=D0=BD=D0=B5=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C?= =?utf8?q?=D0=B7=D1=83=D0=B5=D0=BC=D1=8B=D0=B9=20=D0=BC=D0=B5=D1=82=D0=BE?= =?utf8?q?=D0=B4=20GetDirPrice?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- projects/stargazer/tariff.cpp | 5 ----- projects/stargazer/tariff.h | 1 - 2 files changed, 6 deletions(-) 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; 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; }; -- 2.44.2