Remove done todos
This commit is contained in:
parent
ab35f140a0
commit
0980f8a66c
|
@ -111,7 +111,6 @@ impl InputBackend for LibinputInputBackend {
|
||||||
caps.keyboard = self.devices.iter().any(|x| x.has_capability(DeviceCapability::Keyboard));
|
caps.keyboard = self.devices.iter().any(|x| x.has_capability(DeviceCapability::Keyboard));
|
||||||
caps.touch = self.devices.iter().any(|x| x.has_capability(DeviceCapability::Touch));
|
caps.touch = self.devices.iter().any(|x| x.has_capability(DeviceCapability::Touch));
|
||||||
} else {
|
} else {
|
||||||
//TODO is this the best we can do?
|
|
||||||
panic!("Seat changed that was never created")
|
panic!("Seat changed that was never created")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -123,7 +122,6 @@ impl InputBackend for LibinputInputBackend {
|
||||||
handler.on_seat_destroyed(&seat);
|
handler.on_seat_destroyed(&seat);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
//TODO is this the best we can do?
|
|
||||||
panic!("Seat destroyed that was never created");
|
panic!("Seat destroyed that was never created");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue