mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-23 13:02:00 -08:00
Revert "Pacify gcc -Wunused-function on Ubuntu 18.04.3"
This reverts commit 186152ba40.
This commit is contained in:
parent
dd66ef5ad1
commit
b0a283872c
1 changed files with 2 additions and 2 deletions
|
|
@ -4572,8 +4572,6 @@ On MS Windows, this just returns nil. */)
|
|||
return Qnil;
|
||||
}
|
||||
|
||||
#ifndef USE_GTK
|
||||
|
||||
/* Store the geometry of the workarea on display DPYINFO into *RECT.
|
||||
Return false if and only if the workarea information cannot be
|
||||
obtained via the _NET_WORKAREA root window property. */
|
||||
|
|
@ -4636,6 +4634,8 @@ x_get_net_workarea (struct x_display_info *dpyinfo, XRectangle *rect)
|
|||
return result;
|
||||
}
|
||||
|
||||
#ifndef USE_GTK
|
||||
|
||||
/* Return monitor number where F is "most" or closest to. */
|
||||
static int
|
||||
x_get_monitor_for_frame (struct frame *f,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue