diff --git a/src/Application.vala b/src/Application.vala index 8ab2d50f..5bcc580d 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -165,10 +165,6 @@ public class Application : Gtk.Application { cssprovider, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION); - // Load GResource for our custom icons - var icon_theme = Gtk.IconTheme.get_for_display (display); - icon_theme.add_resource_path ("/com/github/ryonakano/reco"); - setup_style (); add_action_entries (ACTION_ENTRIES, this);