mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
fix: remove unused parameter
This commit is contained in:
@@ -108,7 +108,7 @@ Glib::RefPtr<Gdk::Pixbuf> get_file_icon_pixbuf(Gio::FileIcon& icon, int size)
|
||||
{
|
||||
return Gdk::Pixbuf::create_from_file(icon.get_file()->get_path(), size, -1, false);
|
||||
}
|
||||
catch (Glib::Error const& e)
|
||||
catch (Glib::Error const&)
|
||||
{
|
||||
return {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user