drivers/inputd: Remove some leftover code from the old way display resizing was handled

This commit is contained in:
bjorn3
2026-03-21 13:45:17 +01:00
parent afa6b64104
commit 05ca76bf59
5 changed files with 1 additions and 51 deletions
@@ -292,10 +292,6 @@ impl<T: GraphicsAdapter> GraphicsScheme<T> {
.handle_cursor(&vt_state.cursor_plane, true);
}
}
VtEventKind::Resize => {
log::warn!("driver-graphics: resize is not implemented yet")
}
}
}
}