summaryrefslogtreecommitdiff
path: root/src/mbgl/util/constants.cpp
diff options
context:
space:
mode:
authorLauren Budorick <lauren@mapbox.com>2017-09-07 12:07:46 -0700
committerGitHub <noreply@github.com>2017-09-07 12:07:46 -0700
commitf8a53234ffa6ff3fd1d8fc8e3aa8b10b16c815fd (patch)
treea37179cbc77e8f7f18ff6177a7ec43cd6c9262cf /src/mbgl/util/constants.cpp
parent9ce709908986967524ff734e89380c9854c43c1b (diff)
downloadqtlocation-mapboxgl-f8a53234ffa6ff3fd1d8fc8e3aa8b10b16c815fd.tar.gz
[core] Remove debug::renderTree
Diffstat (limited to 'src/mbgl/util/constants.cpp')
-rw-r--r--src/mbgl/util/constants.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mbgl/util/constants.cpp b/src/mbgl/util/constants.cpp
index 9faef140ef..56f78c9885 100644
--- a/src/mbgl/util/constants.cpp
+++ b/src/mbgl/util/constants.cpp
@@ -11,7 +11,6 @@ const bool tileParseWarnings = false;
const bool styleParseWarnings = false;
const bool spriteWarnings = false;
const bool renderWarnings = false;
-const bool renderTree = false;
const bool labelTextMissingWarning = true;
const bool missingFontStackWarning = true;
const bool missingFontFaceWarning = true;
@@ -22,7 +21,6 @@ const bool tileParseWarnings = false;
const bool styleParseWarnings = false;
const bool spriteWarnings = false;
const bool renderWarnings = false;
-const bool renderTree = false;
const bool labelTextMissingWarning = false;
const bool missingFontStackWarning = false;
const bool missingFontFaceWarning = false;