GNOME Bugzilla – Bug 791903
Remove unused icon loading code in utils module
Last modified: 2017-12-23 20:52:38 UTC
When developing the Wikipedia thumbnail functionallity I discovered some old code in utils.js to read icons from HTTP(S) streams. I found this has never been used (and probably doesn't work as it was). Re-implemented a version of this generating a bare GdkPixbuf in the new wikipedia.js module. So remove this old code.
Created attachment 365910 [details] [review] utils: Remove unused code Remove unused (and I think not-quite working anyway) functionalliy to load icons from HTTP streams.
Attachment 365910 [details] pushed as 39a6a49 - utils: Remove unused code