Remove unused line of code

pull/520/head
Valera Rozuvan 2017-09-18 12:00:58 +03:00 committed by GitHub
parent 8f9ead7539
commit 3757f56824
1 changed files with 0 additions and 1 deletions

View File

@ -428,7 +428,6 @@ int main(int argc, char *argv[])
ctx.style.window.border = 3;
/* window header */
ctx.style.window.header;
ctx.style.window.header.normal = nk_style_item_image(media.header);
ctx.style.window.header.hover = nk_style_item_image(media.header);
ctx.style.window.header.active = nk_style_item_image(media.header);