]> git.eshelyaron.com Git - emacs.git/commit
Remove as of recently unused GDK macro
authorBasil L. Contovounesios <contovob@tcd.ie>
Tue, 4 May 2021 14:08:16 +0000 (15:08 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Tue, 4 May 2021 14:19:29 +0000 (15:19 +0100)
commitb8f88d76ea79b12d600a090f76cea9d6ec3818f2
tree43d60675f73b5cc062bd8e9360c9d0935227752b
parent7d0067f297b131c98a5198eb52d49891a83ac5aa
Remove as of recently unused GDK macro

Its only use was removed in the recent change of 2021-04-27 "Major
rewrite of adjust_frame_size", announced in the following thread:
https://lists.gnu.org/r/emacs-devel/2021-04/msg01162.html

* src/gtkutil.c [USE_GTK && !HAVE_GTK3] (gdk_window_get_geometry):
Remove unused macro to pacify -Wunused-macros build warning.
src/gtkutil.c