diff options
author | artemp <artem@mapnik.org> | 2014-11-19 13:06:47 +0100 |
---|---|---|
committer | artemp <artem@mapnik.org> | 2014-11-19 13:06:47 +0100 |
commit | 759a5e65cf853d679650339e26fef25141ab1901 (patch) | |
tree | 56c18daefe394fa83e23d44143677460dc715fb3 /linux | |
parent | 08357cfcf86ad0b6c8e8563767110ed50cbb2f56 (diff) | |
download | qtlocation-mapboxgl-759a5e65cf853d679650339e26fef25141ab1901.tar.gz |
simplify image_readers creation implementation
* remove static callbacks registration
* link png_reader/jpeg_reader into mbgl-linux lib
Diffstat (limited to 'linux')
-rw-r--r-- | linux/mapboxgl-app.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/mapboxgl-app.gyp b/linux/mapboxgl-app.gyp index dbcc4b4479..fbeabd74ea 100644 --- a/linux/mapboxgl-app.gyp +++ b/linux/mapboxgl-app.gyp @@ -12,8 +12,6 @@ '../platform/default/settings_json.cpp', '../platform/default/glfw_view.cpp', '../platform/default/log_stderr.cpp', - '../platform/default/png_reader.cpp', - '../platform/default/jpeg_reader.cpp', ], 'xcode_settings': { 'OTHER_CPLUSPLUSFLAGS':[ |