Skip to content

Commit

Permalink
Merge pull request #826 from rdbende/remove
Browse files Browse the repository at this point in the history
Remove obsolete image files
  • Loading branch information
geigi authored Jan 19, 2024
2 parents 4388c6d + 304a240 commit 1fa5c7b
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 6,099 deletions.
7 changes: 0 additions & 7 deletions cozy/ui/main_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@ def __init_resources(self):
"""
Initialize all resources like gresource and glade windows.
"""
resource = Gio.resource_load(
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.appdata_resource = Gio.resource_load(
os.path.join(self.pkgdir, 'com.github.geigi.cozy.appdata.gresource'))
Expand Down
1,856 changes: 0 additions & 1,856 deletions data/icons/com.github.geigi.cozy.ai

This file was deleted.

4,158 changes: 0 additions & 4,158 deletions data/icons/de.geigi.cozy.v2.ai

This file was deleted.

Binary file removed data/img/blank_album.png
Binary file not shown.
8 changes: 0 additions & 8 deletions data/img/gresource.xml

This file was deleted.

10 changes: 0 additions & 10 deletions data/img/meson.build

This file was deleted.

17 changes: 0 additions & 17 deletions data/img/pause_background.svg

This file was deleted.

42 changes: 0 additions & 42 deletions data/img/play_background.svg

This file was deleted.

1 change: 0 additions & 1 deletion data/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
subdir('img')
subdir('ui')
subdir('icons')

Expand Down

0 comments on commit 1fa5c7b

Please sign in to comment.