glfw: remove accidental re-addition of TODO
This commit is contained in:
parent
f953621a40
commit
f906bd6c79
1 changed files with 0 additions and 3 deletions
|
|
@ -1424,9 +1424,6 @@ pub inline fn setPosCallback(self: Window, callback: ?fn (window: Window, xpos:
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: don't the calls to `from` in these `set*CallbackWrapper` functions cause a leak?
|
|
||||||
// is this what's being reported by valgrind in [#60](https://github.com/hexops/mach/issues/60)?
|
|
||||||
|
|
||||||
fn setSizeCallbackWrapper(handle: ?*c.GLFWwindow, width: c_int, height: c_int) callconv(.C) void {
|
fn setSizeCallbackWrapper(handle: ?*c.GLFWwindow, width: c_int, height: c_int) callconv(.C) void {
|
||||||
internal_debug.assertInitialized();
|
internal_debug.assertInitialized();
|
||||||
const window = from(handle.?) catch unreachable;
|
const window = from(handle.?) catch unreachable;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue