summaryrefslogtreecommitdiff
path: root/src/fringe.c
diff options
context:
space:
mode:
authorDmitry Antipov <dmantipov@yandex.ru>2013-10-02 15:49:24 +0400
committerDmitry Antipov <dmantipov@yandex.ru>2013-10-02 15:49:24 +0400
commita30ddace90fb8921b2c40cdaf96e5af37d288f01 (patch)
treea05bd0a604c16603792532d546ebae957d8f3273 /src/fringe.c
parent45435f08570d581a4126febe4fb8589d8e3ea959 (diff)
downloademacs-a30ddace90fb8921b2c40cdaf96e5af37d288f01.tar.gz
* fringe.c (toplevel): Do not use HAVE_WINDOW_SYSTEM because
this module is never compiled otherwise.
Diffstat (limited to 'src/fringe.c')
-rw-r--r--src/fringe.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fringe.c b/src/fringe.c
index 492eddae8d4..85103f7f08d 100644
--- a/src/fringe.c
+++ b/src/fringe.c
@@ -29,8 +29,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include "blockinput.h"
#include "termhooks.h"
-#ifdef HAVE_WINDOW_SYSTEM
-
/* Fringe bitmaps are represented in three different ways:
Logical bitmaps are used internally to denote things like
@@ -1863,5 +1861,3 @@ w32_reset_fringes (void)
}
#endif /* HAVE_NTGUI */
-
-#endif /* HAVE_WINDOW_SYSTEM */