]> git.eshelyaron.com Git - emacs.git/commit
Pacify --without-x unused function warning
authorBasil L. Contovounesios <contovob@tcd.ie>
Wed, 25 Jan 2023 01:02:30 +0000 (01:02 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Wed, 25 Jan 2023 14:32:42 +0000 (14:32 +0000)
commit37454de0c8f07584a1604d54acc97e4bc1c9ddfc
treeb35756c61404e173453e7c97a1d4fa56e2fd3076
parent9a21cb107516d45a5b1ca43e4204f2c93cbf12fd
Pacify --without-x unused function warning

* src/xfaces.c (font_maybe_unset_attribute): Move definition...
[HAVE_WINDOW_SYSTEM] (font_maybe_unset_attribute): ...to here, since
the function is used only when we HAVE_WINDOW_SYSTEM (bug#61049).
src/xfaces.c