river: clean up some uneeded TODOs

This commit is contained in:
Isaac Freund
2023-03-04 20:52:26 +01:00
parent f5f9b526a0
commit ea4e589fdc
4 changed files with 0 additions and 9 deletions

View File

@ -115,7 +115,6 @@ pub fn configure(self: Self) bool {
}
pub fn rootSurface(self: Self) *wlr.Surface {
// TODO This is probably not OK, understand when xwayland surfaces can be null.
return self.xwayland_surface.surface.?;
}