diff options
Diffstat (limited to 'src/jalv_console.c')
-rw-r--r-- | src/jalv_console.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/jalv_console.c b/src/jalv_console.c index 07e97c6..2a9e9b1 100644 --- a/src/jalv_console.c +++ b/src/jalv_console.c @@ -49,14 +49,6 @@ print_usage(const char* name, bool error) return error ? 1 : 0; } -int -jalv_ui_resize(ZIX_UNUSED Jalv* jalv, - ZIX_UNUSED int width, - ZIX_UNUSED int height) -{ - return height; -} - void jalv_ui_port_event(ZIX_UNUSED Jalv* jalv, ZIX_UNUSED uint32_t port_index, |