diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2017-11-18 21:29:12 +0100 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2017-11-18 21:29:12 +0100 |
commit | 7cc455bf19197c9ee52815700c1fc8b65da5741f (patch) | |
tree | 556eaa0a7723723a19527a1db1861a915de74cec /atom_inspector_nk.c | |
parent | e879c285bf932a73d58f02d789c63c7885b5391f (diff) | |
download | sherlock.lv2-7cc455bf19197c9ee52815700c1fc8b65da5741f.tar.xz |
nk: remove superfluous nk api call.
Diffstat (limited to 'atom_inspector_nk.c')
-rw-r--r-- | atom_inspector_nk.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/atom_inspector_nk.c b/atom_inspector_nk.c index 9a987ee..c36844a 100644 --- a/atom_inspector_nk.c +++ b/atom_inspector_nk.c @@ -128,7 +128,6 @@ _atom_inspector_expose(struct nk_context *ctx, struct nk_rect wbounds, void *dat const char *window_name = "Sherlock"; if(nk_begin(ctx, window_name, wbounds, NK_WINDOW_NO_SCROLLBAR)) { - nk_window_set_bounds(ctx, window_name, wbounds); struct nk_panel *panel= nk_window_get_panel(ctx); struct nk_command_buffer *canvas = nk_window_get_canvas(ctx); |