diff options
author | Dmitry Antipov <dmantipov@yandex.ru> | 2013-09-15 11:48:25 +0400 |
---|---|---|
committer | Dmitry Antipov <dmantipov@yandex.ru> | 2013-09-15 11:48:25 +0400 |
commit | 7f09455e5807f0a2b14a313762f6b547490265d1 (patch) | |
tree | 9c319ee8967cb350b2b7681b4aaeb2dd1cc0f319 /src/xfns.c | |
parent | 901049a6611e92b539e5fd2d661a9f0558a281dd (diff) | |
download | emacs-7f09455e5807f0a2b14a313762f6b547490265d1.tar.gz |
* xterm.c, xfns.c (toplevel): Remove #ifdef HAVE_X_WINDOWS because
these modules are never compiled otherwise.
Diffstat (limited to 'src/xfns.c')
-rw-r--r-- | src/xfns.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xfns.c b/src/xfns.c index ecd1ce7bc95..d455b2f21e4 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -42,8 +42,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include "termchar.h" #include "font.h" -#ifdef HAVE_X_WINDOWS - #include <sys/types.h> #include <sys/stat.h> @@ -6186,5 +6184,3 @@ When using Gtk+ tooltips, the tooltip face is not used. */); defsubr (&Sx_select_font); #endif } - -#endif /* HAVE_X_WINDOWS */ |