Skip to content

Commit

Permalink
[ads] arsenal ads are removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Arsentiy Milchakov authored and tomilov committed Dec 21, 2020
1 parent 560c1ed commit d5a8b05
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions partners_api/ads/ads_engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,6 @@ Engine::Engine(std::unique_ptr<Delegate> delegate)

m_searchBanners.emplace_back(Banner::Type::Facebook, std::make_unique<FacebookSearch>());

m_downloadOnMapBanners.emplace_back(Banner::Type::ArsenalMedic,
std::make_unique<ArsenalMedic>(*m_delegate));
m_downloadOnMapBanners.emplace_back(Banner::Type::ArsenalFlat,
std::make_unique<ArsenalFlat>(*m_delegate));
m_downloadOnMapBanners.emplace_back(Banner::Type::ArsenalInsuranceCrimea,
std::make_unique<ArsenalInsuranceCrimea>(*m_delegate));
m_downloadOnMapBanners.emplace_back(Banner::Type::ArsenalInsuranceRussia,
std::make_unique<ArsenalInsuranceRussia>(*m_delegate));
m_downloadOnMapBanners.emplace_back(Banner::Type::ArsenalInsuranceWorld,
std::make_unique<ArsenalInsuranceWorld>(*m_delegate));
m_downloadOnMapPromo.emplace_back(Banner::Type::BookmarkCatalog,
std::make_unique<BookmarkCatalog>(*m_delegate));
m_searchCategoryBanners.emplace_back(Banner::Type::Citymobil,
Expand Down

0 comments on commit d5a8b05

Please sign in to comment.