Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete image files #826

Merged
merged 3 commits into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions cozy/ui/main_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,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.window_builder = Gtk.Builder.new_from_resource(
"/com/github/geigi/cozy/main_window.ui")
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