Skip to content

Commit

Permalink
Lose unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypw committed Aug 28, 2024
1 parent 0d1a6a1 commit c0a0779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcore/IconInfo.vala
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public class Files.IconInfo : GLib.Object {
}

public static Files.IconInfo get_generic_icon (int size, int scale) {
var generic_icon = new GLib.ThemedIcon ("text-x-generic"); // Assume theme always contains this?
var generic_icon = new GLib.ThemedIcon ("text-x-generic");
return IconInfo.lookup (generic_icon, size, scale);
}

Expand Down

0 comments on commit c0a0779

Please sign in to comment.