Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
saivert committed Dec 23, 2023
1 parent 22aad42 commit 6ee61de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/backend/pwnodeobject/mixerapi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
use std::collections::HashMap;

use glib::{subclass::types::ObjectSubclassIsExt, ObjectExt, ToVariant, closure_local};
use gtk::prelude::ListModelExt;
use wireplumber as wp;
use wp::pw::ProxyExt;

Expand Down
2 changes: 0 additions & 2 deletions src/ui/volumebox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ mod imp {
defaultnodesapi_closure.invoke::<()>(&[&defaultnodesapi]);
defaultnodesapi.connect_closure("changed", false, defaultnodesapi_closure);

//let channelmodel = self.channelmodel.get().expect("channel model");

self.channel_listbox.bind_model(
Some(&item.channelmodel()),
clone!(@weak self as widget => @default-panic, move |item| {
Expand Down

0 comments on commit 6ee61de

Please sign in to comment.