Fix traffic lights thingy

This commit is contained in:
Gregory Schier
2023-03-12 20:47:52 -07:00
parent 9b6c1ad364
commit 2056e7f40a
2 changed files with 5 additions and 1 deletions

View File

@@ -4,7 +4,6 @@ const TRAFFIC_LIGHT_OFFSET_X: f64 = 15.0;
const TRAFFIC_LIGHT_OFFSET_Y: f64 = 22.0;
pub trait WindowExt {
#[cfg(target_os = "macos")]
fn position_traffic_lights(&self);
}