branch: externals/osm
commit 31a8a4b3d8ae5e84d5da028900892400d4c511d6
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Remove unneeded autoload
---
 osm.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/osm.el b/osm.el
index 8ba96a612a..8902f3af6e 100644
--- a/osm.el
+++ b/osm.el
@@ -1069,7 +1069,6 @@ Local per buffer since the overlays depend on the zoom 
level.")
         (tracks (gethash (cons x y) (caddr osm--overlays))))
     (and (or pins tracks) (cons pins tracks))))
 
-(autoload 'svg--image-data "svg")
 (defun osm--draw-tile (x y tpin)
   "Make tile at X/Y from FILE.
 TPIN is an optional pin."

Reply via email to