diff options
author | Lauren Budorick <lauren@mapbox.com> | 2017-09-06 15:01:33 -0700 |
---|---|---|
committer | Lauren Budorick <lauren@mapbox.com> | 2017-09-06 15:01:33 -0700 |
commit | e5cdfafa485fc6cccbb3860faa9205e8870ba414 (patch) | |
tree | 1e09a8e4f4a171b495f57baff7bfab23e028ac03 /src/mbgl/util/constants.cpp | |
parent | d736429271a199d6af3dbc7c77f6c40a25b6f91f (diff) | |
download | qtlocation-mapboxgl-upstream/rm-rendertree.tar.gz |
Remove debug::renderTreeupstream/rm-rendertree
Diffstat (limited to 'src/mbgl/util/constants.cpp')
-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; |