Merge pull request #520 from valera-rozuvan/patch-2

Remove unused line of code
This commit is contained in:
Micha Mettke 2017-09-18 14:42:46 +02:00 committed by GitHub
commit 46cd4e0bd5
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);