diff options
| author | Dmitry Antipov | 2013-10-02 15:49:24 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-10-02 15:49:24 +0400 |
| commit | a30ddace90fb8921b2c40cdaf96e5af37d288f01 (patch) | |
| tree | a05bd0a604c16603792532d546ebae957d8f3273 /src/fringe.c | |
| parent | 45435f08570d581a4126febe4fb8589d8e3ea959 (diff) | |
| download | emacs-a30ddace90fb8921b2c40cdaf96e5af37d288f01.tar.gz emacs-a30ddace90fb8921b2c40cdaf96e5af37d288f01.zip | |
* 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.c | 4 |
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 */ | ||