all: remove ineffective _ = variable assignments (#530)
Lastest Zig complains about this, so they must removed to build.
This commit is contained in:
parent
98d929611c
commit
b8c48d6321
4 changed files with 0 additions and 6 deletions
|
|
@ -290,8 +290,6 @@ pub const Platform = struct {
|
|||
}),
|
||||
else => {},
|
||||
}
|
||||
|
||||
_ = mods;
|
||||
}
|
||||
}.callback;
|
||||
platform.window.setMouseButtonCallback(mouse_button_callback);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue