Skip to content

Commit

Permalink
Remove mapboxgl.WorkerPool
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Thakker committed Aug 22, 2016
1 parent 0a9e41a commit 64a1ada
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/mapbox-gl.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ mapboxgl.Scale = require('./ui/control/scale');
mapboxgl.Popup = require('./ui/popup');
mapboxgl.Marker = require('./ui/marker');

mapboxgl.WorkerPool = require('./util/worker_pool');

mapboxgl.Style = require('./style/style');

mapboxgl.LngLat = require('./geo/lng_lat');
Expand Down

0 comments on commit 64a1ada

Please sign in to comment.