1
0
Fork 0
forked from wry/wry

gfx_api: remove unused

This commit is contained in:
kossLAN 2026-05-03 05:49:42 -04:00
parent 41bc660401
commit 7f71a6556b
No known key found for this signature in database
3 changed files with 0 additions and 16 deletions

View file

@ -2035,10 +2035,6 @@ impl ConfigClient {
radius
}
pub fn seat_toggle_expand(&self, seat: Seat) {
self.send(&ClientMessage::SeatToggleExpand { seat });
}
pub fn seat_toggle_tab(&self, seat: Seat) {
self.send(&ClientMessage::SeatToggleTab { seat });
}