summaryrefslogtreecommitdiff
path: root/src/xfns.c
diff options
context:
space:
mode:
authorDmitry Antipov <dmantipov@yandex.ru>2013-09-15 11:48:25 +0400
committerDmitry Antipov <dmantipov@yandex.ru>2013-09-15 11:48:25 +0400
commit7f09455e5807f0a2b14a313762f6b547490265d1 (patch)
tree9c319ee8967cb350b2b7681b4aaeb2dd1cc0f319 /src/xfns.c
parent901049a6611e92b539e5fd2d661a9f0558a281dd (diff)
downloademacs-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.c4
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 */