diff options
author | Lauren Budorick <lauren@mapbox.com> | 2017-09-07 12:07:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-07 12:07:46 -0700 |
commit | f8a53234ffa6ff3fd1d8fc8e3aa8b10b16c815fd (patch) | |
tree | a37179cbc77e8f7f18ff6177a7ec43cd6c9262cf /src/mbgl/util | |
parent | 9ce709908986967524ff734e89380c9854c43c1b (diff) | |
download | qtlocation-mapboxgl-f8a53234ffa6ff3fd1d8fc8e3aa8b10b16c815fd.tar.gz |
[core] Remove debug::renderTree
Diffstat (limited to 'src/mbgl/util')
-rw-r--r-- | src/mbgl/util/constants.cpp | 2 |
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; |