GNOME Bugzilla – Bug 746776
local-metadata: Remove unused variable
Last modified: 2015-03-27 11:32:34 UTC
Since local-metadata was ported to newer libmediaart with different api it has left an uninitialized variable thumbnail_uri. Removing it reduces complexity.
Created attachment 300310 [details] [review] Patch to remove the old unused code.
Review of attachment 300310 [details] [review]: Looks fine!
The following fixes have been pushed:
The following fix has been pushed: b2aa521 Remove unused thumbnail_uri since libmediaart refactoring.
Created attachment 300432 [details] [review] Remove unused thumbnail_uri since libmediaart refactoring.