xhints: no need to initialize sizeh

This commit is contained in:
Hiltjo Posthuma 2018-03-09 15:36:25 +01:00
parent 8b8255ac0e
commit b81888ee7d
1 changed files with 1 additions and 1 deletions

2
x.c
View File

@ -780,7 +780,7 @@ xhints(void)
XClassHint class = {opt_name ? opt_name : termname,
opt_class ? opt_class : termname};
XWMHints wm = {.flags = InputHint, .input = 1};
XSizeHints *sizeh = NULL;
XSizeHints *sizeh;
sizeh = XAllocSizeHints();