aboutsummaryrefslogtreecommitdiffstats
path: root/src/fringe.c
diff options
context:
space:
mode:
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/>. */
29#include "blockinput.h" 29#include "blockinput.h"
30#include "termhooks.h" 30#include "termhooks.h"
31 31
32#ifdef HAVE_WINDOW_SYSTEM
33
34/* Fringe bitmaps are represented in three different ways: 32/* Fringe bitmaps are represented in three different ways:
35 33
36 Logical bitmaps are used internally to denote things like 34 Logical bitmaps are used internally to denote things like
@@ -1863,5 +1861,3 @@ w32_reset_fringes (void)
1863} 1861}
1864 1862
1865#endif /* HAVE_NTGUI */ 1863#endif /* HAVE_NTGUI */
1866
1867#endif /* HAVE_WINDOW_SYSTEM */