{glfw,mach}: remove dead code
This commit is contained in:
parent
30d614c377
commit
10d5f344e3
2 changed files with 0 additions and 12 deletions
|
|
@ -49,12 +49,5 @@ pub fn App(
|
|||
app.engine.tick();
|
||||
return false;
|
||||
}
|
||||
|
||||
pub fn resize(app: *@This(), width: u32, height: u32) !void {
|
||||
_ = app;
|
||||
_ = width;
|
||||
_ = height;
|
||||
// TODO: send resize messages to ECS modules
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue