Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-08-15 13:25:21 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2017-09-13 14:11:28 +0300
commit38670f87cc74f2f218a4876ae8c2de3d5206993e (patch)
tree81ca13094026e02fca15a18bdccbf1704c8ad533 /indexer/ftypes_matcher.hpp
parent4f3a4f5094a0b3c3f10ddb8dafa1a006ac6ed199 (diff)
Removed Tinkoff from code
Diffstat (limited to 'indexer/ftypes_matcher.hpp')
-rw-r--r--indexer/ftypes_matcher.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/indexer/ftypes_matcher.hpp b/indexer/ftypes_matcher.hpp
index 5542b78c84..5378ed6612 100644
--- a/indexer/ftypes_matcher.hpp
+++ b/indexer/ftypes_matcher.hpp
@@ -152,13 +152,6 @@ public:
static IsBookingChecker const & Instance();
};
-class IsTinkoffChecker : public BaseChecker
-{
- IsTinkoffChecker();
-public:
- static IsTinkoffChecker const & Instance();
-};
-
class IsHotelChecker : public BaseChecker
{
public: