From f52f39c4bb9dd40c6e100d9ae6a9fd67688a7a25 Mon Sep 17 00:00:00 2001 From: Maxim Pimenov Date: Thu, 30 May 2019 19:05:11 +0300 Subject: [PATCH] [storage] Removed an unused file. --- storage/CMakeLists.txt | 1 - storage/app_store.hpp | 19 ------------------- .../storage/storage.xcodeproj/project.pbxproj | 4 ---- 3 files changed, 24 deletions(-) delete mode 100644 storage/app_store.hpp diff --git a/storage/CMakeLists.txt b/storage/CMakeLists.txt index 3f029d6e79..d5f90980c3 100644 --- a/storage/CMakeLists.txt +++ b/storage/CMakeLists.txt @@ -4,7 +4,6 @@ include_directories(${OMIM_ROOT}/3party/jansson/src) set( SRC - app_store.hpp country.hpp country_decl.cpp country_decl.hpp diff --git a/storage/app_store.hpp b/storage/app_store.hpp deleted file mode 100644 index 74991b2a56..0000000000 --- a/storage/app_store.hpp +++ /dev/null @@ -1,19 +0,0 @@ -#pragma once - -#include "std/stdint.hpp" - -struct HttpFinishedParams; - -namespace appstore -{ - class Client - { - /// @name HTTP callbacks - //@{ - void OnVersionCheck(HttpFinishedParams const & params); - //@} - - public: - void RequestVersionCheck(int64_t countriesVersion, int64_t purchasesVersion); - }; -} diff --git a/xcode/storage/storage.xcodeproj/project.pbxproj b/xcode/storage/storage.xcodeproj/project.pbxproj index 8c481c5879..c9643d0cdd 100644 --- a/xcode/storage/storage.xcodeproj/project.pbxproj +++ b/xcode/storage/storage.xcodeproj/project.pbxproj @@ -14,7 +14,6 @@ 349756251DC1E6EE0058742A /* libtracking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 349756241DC1E6EE0058742A /* libtracking.a */; }; 34B093221C61F9BA0066F4C3 /* storage_helpers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34B0931D1C61F9BA0066F4C3 /* storage_helpers.cpp */; }; 34B093231C61F9BA0066F4C3 /* storage_helpers.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 34B0931E1C61F9BA0066F4C3 /* storage_helpers.hpp */; }; - 34B093261C61F9BA0066F4C3 /* app_store.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 34B093211C61F9BA0066F4C3 /* app_store.hpp */; }; 34C9BCFC1C6CCF85000DC38D /* country_name_getter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 34C9BCFA1C6CCF85000DC38D /* country_name_getter.cpp */; }; 34C9BCFD1C6CCF85000DC38D /* country_name_getter.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 34C9BCFB1C6CCF85000DC38D /* country_name_getter.hpp */; }; 39711406229D7C40003915E5 /* country_info_getter_tests.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39711402229D7C3D003915E5 /* country_info_getter_tests.cpp */; }; @@ -201,7 +200,6 @@ 349756241DC1E6EE0058742A /* libtracking.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libtracking.a; path = "../../../omim-build/xcode/Debug/libtracking.a"; sourceTree = ""; }; 34B0931D1C61F9BA0066F4C3 /* storage_helpers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = storage_helpers.cpp; sourceTree = ""; }; 34B0931E1C61F9BA0066F4C3 /* storage_helpers.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = storage_helpers.hpp; sourceTree = ""; }; - 34B093211C61F9BA0066F4C3 /* app_store.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = app_store.hpp; sourceTree = ""; }; 34C9BCFA1C6CCF85000DC38D /* country_name_getter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = country_name_getter.cpp; sourceTree = ""; }; 34C9BCFB1C6CCF85000DC38D /* country_name_getter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = country_name_getter.hpp; sourceTree = ""; }; 34F5584A1DBF2FC000A4FC11 /* common-debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = "common-debug.xcconfig"; path = "../common-debug.xcconfig"; sourceTree = ""; }; @@ -600,7 +598,6 @@ 34C9BCFB1C6CCF85000DC38D /* country_name_getter.hpp */, 34B0931D1C61F9BA0066F4C3 /* storage_helpers.cpp */, 34B0931E1C61F9BA0066F4C3 /* storage_helpers.hpp */, - 34B093211C61F9BA0066F4C3 /* app_store.hpp */, 67AF49FE1BC579DD0048B1ED /* country_info_getter.cpp */, 67AF49FF1BC579DD0048B1ED /* country_info_getter.hpp */, 674125181B4C05FA00A3E828 /* http_map_files_downloader.cpp */, @@ -671,7 +668,6 @@ 67247FD41C60BA8A00EDE56A /* task_runner.hpp in Headers */, 56D0E4801F8E40340084B18C /* routing_helpers.hpp in Headers */, 6753430F1A3F5A2600A0A8C3 /* country.hpp in Headers */, - 34B093261C61F9BA0066F4C3 /* app_store.hpp in Headers */, F6BC312B2034366100F677FE /* pinger.hpp in Headers */, 3DCD414620D80C0900143533 /* country_info_reader_light.hpp in Headers */, 6753430A1A3F5A2600A0A8C3 /* country_decl.hpp in Headers */,