]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix compile error when PGTK_DEBUG is enabled
authorYuuki Harano <masm+github@masm11.me>
Wed, 19 May 2021 14:34:16 +0000 (23:34 +0900)
committerYuuki Harano <masm+github@masm11.me>
Wed, 19 May 2021 14:34:16 +0000 (23:34 +0900)
* src/pgtkterm.c (pgtk_set_window_size): Remove "pixelwise" arg,
which is already non-existent.

src/pgtkterm.c

index 533b9ea894a3a2e5f6115726b651f35d42a401c1..f79329f7ddf4e1f9d946fc2b729c4f27fe742409 100644 (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 ();