* src/emacsgtkfixed.c (XSetWMSizeHints): Remove some useless code.
This commit is contained in:
parent
f43b8f3831
commit
3b27edd5f5
1 changed files with 1 additions and 5 deletions
|
@ -164,13 +164,9 @@ XSetWMSizeHints (Display *d,
|
|||
|
||||
if ((hints->flags & PMinSize) && f)
|
||||
{
|
||||
#ifdef HAVE_PGTK
|
||||
int w = f->output_data.pgtk->size_hints.min_width;
|
||||
int h = f->output_data.pgtk->size_hints.min_height;
|
||||
#else
|
||||
int w = f->output_data.x->size_hints.min_width;
|
||||
int h = f->output_data.x->size_hints.min_height;
|
||||
#endif
|
||||
|
||||
data[5] = w;
|
||||
data[6] = h;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue