Fix compile error when PGTK_DEBUG is enabled

* src/pgtkterm.c (pgtk_set_window_size): Remove "pixelwise" arg,
which is already non-existent.
This commit is contained in:
Yuuki Harano 2021-05-19 23:34:16 +09:00
parent 82b4ea2fe8
commit 1f82c85bff

View file

@ -465,8 +465,7 @@ pgtk_set_window_size (struct frame *f, bool change_gravity,
internal clipping.
-------------------------------------------------------------------------- */
{
PGTK_TRACE ("pgtk_set_window_size(%dx%d, %s)", width, height,
pixelwise ? "pixel" : "char");
PGTK_TRACE ("pgtk_set_window_size(%dx%d)", width, height);
int pixelwidth, pixelheight;
block_input ();