diff options
Diffstat (limited to 'src/xfns.c')
| -rw-r--r-- | src/xfns.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index be869fdd244..20e63a26501 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -2820,7 +2820,6 @@ xic_set_statusarea (struct frame *f) | |||
| 2820 | area.x = FRAME_PIXEL_WIDTH (f) - area.width - FRAME_INTERNAL_BORDER_WIDTH (f); | 2820 | area.x = FRAME_PIXEL_WIDTH (f) - area.width - FRAME_INTERNAL_BORDER_WIDTH (f); |
| 2821 | area.y = (FRAME_PIXEL_HEIGHT (f) - area.height | 2821 | area.y = (FRAME_PIXEL_HEIGHT (f) - area.height |
| 2822 | - FRAME_MENUBAR_HEIGHT (f) | 2822 | - FRAME_MENUBAR_HEIGHT (f) |
| 2823 | - FRAME_TABBAR_TOP_HEIGHT (f) | ||
| 2824 | - FRAME_TOOLBAR_TOP_HEIGHT (f) | 2823 | - FRAME_TOOLBAR_TOP_HEIGHT (f) |
| 2825 | - FRAME_INTERNAL_BORDER_WIDTH (f)); | 2824 | - FRAME_INTERNAL_BORDER_WIDTH (f)); |
| 2826 | XFree (needed); | 2825 | XFree (needed); |