Skip to content

Commit

Permalink
Remove old gresource registering
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende committed Dec 11, 2023
1 parent 944bd02 commit 7eade8b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cozy/ui/main_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ def __init_resources(self):
os.path.join(self.pkgdir, 'com.github.geigi.cozy.ui.gresource'))
Gio.Resource._register(resource)

resource = Gio.resource_load(
os.path.join(self.pkgdir, 'com.github.geigi.cozy.img.gresource'))
Gio.Resource._register(resource)

self.window_builder = Gtk.Builder.new_from_resource(
"/com/github/geigi/cozy/main_window.ui")

Expand Down

0 comments on commit 7eade8b

Please sign in to comment.