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 /include | |
parent | 9ce709908986967524ff734e89380c9854c43c1b (diff) | |
download | qtlocation-mapboxgl-f8a53234ffa6ff3fd1d8fc8e3aa8b10b16c815fd.tar.gz |
[core] Remove debug::renderTree
Diffstat (limited to 'include')
-rw-r--r-- | include/mbgl/util/constants.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mbgl/util/constants.hpp b/include/mbgl/util/constants.hpp index eb5c201793..d5e55065c4 100644 --- a/include/mbgl/util/constants.hpp +++ b/include/mbgl/util/constants.hpp @@ -61,7 +61,6 @@ extern const bool tileParseWarnings; extern const bool styleParseWarnings; extern const bool spriteWarnings; extern const bool renderWarnings; -extern const bool renderTree; extern const bool labelTextMissingWarning; extern const bool missingFontStackWarning; extern const bool missingFontFaceWarning; |