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:
Diffstat (limited to 'drape/texture.cpp')
-rw-r--r--drape/texture.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/drape/texture.cpp b/drape/texture.cpp
index e764f5e17b..4b679cd230 100644
--- a/drape/texture.cpp
+++ b/drape/texture.cpp
@@ -6,8 +6,6 @@
#include "base/math.hpp"
-#define ASSERT_ID ASSERT(GetID() != -1, ())
-
namespace dp
{
Texture::ResourceInfo::ResourceInfo(m2::RectF const & texRect) : m_texRect(texRect) {}