Skip to content

Commit

Permalink
Remove LockedPools from r2 signals as it has been replaced by Stopped…
Browse files Browse the repository at this point in the history
…Pools
  • Loading branch information
jbaublitz committed Jun 23, 2022
1 parent 8378a85 commit a5b17be
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/dbus_api/tree.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,11 +378,6 @@ where
Vec::new(),
consts::LOCKED_POOLS_PROP.to_string() =>
box_variant!(locked_pools_to_prop(&locked_pools))
},
consts::MANAGER_INTERFACE_NAME_3_2 => {
Vec::new(),
consts::LOCKED_POOLS_PROP.to_string() =>
box_variant!(locked_pools_to_prop(&locked_pools))
}
},
)
Expand Down

0 comments on commit a5b17be

Please sign in to comment.