From: Yuuki Harano Date: Sun, 24 May 2020 10:37:24 +0000 (+0900) Subject: * src/pgtkterm.h: Remove unused code X-Git-Tag: emacs-29.0.90~3797 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=209c611ae908e4c0be1382c46040e184422f62cc;p=emacs.git * src/pgtkterm.h: Remove unused code --- diff --git a/src/pgtkterm.h b/src/pgtkterm.h index b92a2cd1d19..4ba00e0dbdf 100644 --- a/src/pgtkterm.h +++ b/src/pgtkterm.h @@ -435,14 +435,6 @@ enum /* Compute pixel height of the frame's titlebar. */ #define FRAME_PGTK_TITLEBAR_HEIGHT(f) 0 -#if 0 - (PGTKHeight([FRAME_PGTK_VIEW (f) frame]) == 0 ? \ - 0 \ - : (int)(PGTKHeight([FRAME_PGTK_VIEW (f) window].frame) \ - - PGTKHeight([PGTKWindow contentRectForFrameRect: \ - [[FRAME_PGTK_VIEW (f) window] frame] \ - styleMask:[[FRAME_PGTK_VIEW (f) window] styleMask]]))) -#endif /* Compute pixel size for vertical scroll bars */ #define PGTK_SCROLL_BAR_WIDTH(f) \