diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-17 18:12:33 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-17 18:12:33 -0500 |
commit | 14811a586d77ab9a1fa8bef360250992aead55d1 (patch) | |
tree | 2fab3e9d4140cfee65faea369d84a5f9e9566cda /main.c | |
parent | e719b02111d63aee561684d50e5fceaf1d099826 (diff) |
started process-win.c
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -118,11 +118,6 @@ static void ted_update_window_dimensions(Ted *ted) { gl_window_height = ted->window_height = (float)h; } -void chld_handler(int x, siginfo_t *y, void *z) { - (void)x; (void)y; (void)z; - printf("got singal!\n"); -} - #if _WIN32 INT WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR lpCmdLine, INT nCmdShow) { |