diff options
author | artemp <artem@mapnik.org> | 2014-11-07 15:31:18 +0000 |
---|---|---|
committer | artemp <artem@mapnik.org> | 2014-11-07 15:31:18 +0000 |
commit | dfeab9f921af92d9112ecb43f9889b91bd59ce66 (patch) | |
tree | 72e3f8b9d4a4c73ee2382b2f8c945ed317924bc9 /linux | |
parent | aafb1280b25a24df94d885f8503bbd5d600cfaa6 (diff) | |
download | qtlocation-mapboxgl-dfeab9f921af92d9112ecb43f9889b91bd59ce66.tar.gz |
move image_reader to mbgl-linux
Diffstat (limited to 'linux')
-rw-r--r-- | linux/mapboxgl-app.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/mapboxgl-app.gyp b/linux/mapboxgl-app.gyp index 45137dd386..dbcc4b4479 100644 --- a/linux/mapboxgl-app.gyp +++ b/linux/mapboxgl-app.gyp @@ -12,7 +12,6 @@ '../platform/default/settings_json.cpp', '../platform/default/glfw_view.cpp', '../platform/default/log_stderr.cpp', - '../platform/default/image_reader.cpp', '../platform/default/png_reader.cpp', '../platform/default/jpeg_reader.cpp', ], |