Remove mpris from old-panel

Similar functionality should already be implemented in the audio applet.
This commit is contained in:
Ian Douglas Scott 2022-06-10 15:35:41 -07:00
parent 04ce88e4ce
commit fb321a2e05
5 changed files with 0 additions and 425 deletions

View file

@ -2,8 +2,6 @@ use gtk4::{glib, prelude::*};
mod application;
mod deref_cell;
mod mpris;
mod mpris_player;
mod popover_container;
mod time_button;
mod window;