From 759a5e65cf853d679650339e26fef25141ab1901 Mon Sep 17 00:00:00 2001 From: artemp Date: Wed, 19 Nov 2014 13:06:47 +0100 Subject: simplify image_readers creation implementation * remove static callbacks registration * link png_reader/jpeg_reader into mbgl-linux lib --- linux/mapboxgl-app.gyp | 2 -- 1 file changed, 2 deletions(-) (limited to 'linux') 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':[ -- cgit v1.2.1