diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-03-07 17:00:53 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-03-23 13:31:13 -0700 |
commit | d7227e13a7a87cf50a4c8c1f0615fc565f5a2679 (patch) | |
tree | eda76a2da3220f3cfeec901400369cf9c8361f58 /cmake | |
parent | 1c757cce34344dfecc9a724034680225143f92b7 (diff) | |
download | qtlocation-mapboxgl-d7227e13a7a87cf50a4c8c1f0615fc565f5a2679.tar.gz |
[all] Replace Result<T> with optional<T> plus out Error parameter
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/core-files.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/core-files.cmake b/cmake/core-files.cmake index 45a3ed25b3..e98f999116 100644 --- a/cmake/core-files.cmake +++ b/cmake/core-files.cmake @@ -276,8 +276,6 @@ set(MBGL_CORE_FILES src/mbgl/style/possibly_evaluated_property_value.hpp src/mbgl/style/property_evaluation_parameters.hpp src/mbgl/style/property_evaluator.hpp - src/mbgl/style/property_parsing.cpp - src/mbgl/style/property_parsing.hpp src/mbgl/style/rapidjson_conversion.hpp src/mbgl/style/source.cpp src/mbgl/style/source_impl.cpp |