diff options
author | Yuuki Harano <masm+github@masm11.me> | 2020-05-24 19:37:24 +0900 |
---|---|---|
committer | Jeff Walsh <jeff.walsh@drtusers-MacBook-Pro.local> | 2020-11-24 12:24:40 +1100 |
commit | 209c611ae908e4c0be1382c46040e184422f62cc (patch) | |
tree | 190950a8d3db8840589e287f5b581fdd8c9b7e5d /src | |
parent | 964dfcf46222d9d834da936f5cef7aa3c3c29bd9 (diff) | |
download | emacs-209c611ae908e4c0be1382c46040e184422f62cc.tar.gz emacs-209c611ae908e4c0be1382c46040e184422f62cc.tar.bz2 emacs-209c611ae908e4c0be1382c46040e184422f62cc.zip |
* src/pgtkterm.h: Remove unused code
Diffstat (limited to 'src')
-rw-r--r-- | src/pgtkterm.h | 8 |
1 files changed, 0 insertions, 8 deletions
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) \ |