diff options
| author | Paul Eggert | 2016-12-08 18:17:15 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-12-08 18:17:32 -0800 |
| commit | 7f106f48e9c35eb75e5f06181e93d481988f8527 (patch) | |
| tree | 7b7526b249c1404ef0df6ae555e6fc970137eb77 /src | |
| parent | f0a1e9ec3fba3d5bea5bd62f525dba3fb005d1b1 (diff) | |
| download | emacs-7f106f48e9c35eb75e5f06181e93d481988f8527.tar.gz emacs-7f106f48e9c35eb75e5f06181e93d481988f8527.zip | |
* src/lisp.h (struct terminal): Remove unnecessary forward decl.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lisp.h b/src/lisp.h index b9c6289edef..11e49b6ee7e 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -4281,9 +4281,6 @@ extern void syms_of_xmenu (void); | |||
| 4281 | /* Defined in termchar.h. */ | 4281 | /* Defined in termchar.h. */ |
| 4282 | struct tty_display_info; | 4282 | struct tty_display_info; |
| 4283 | 4283 | ||
| 4284 | /* Defined in termhooks.h. */ | ||
| 4285 | struct terminal; | ||
| 4286 | |||
| 4287 | /* Defined in sysdep.c. */ | 4284 | /* Defined in sysdep.c. */ |
| 4288 | #ifdef HAVE_PERSONALITY_ADDR_NO_RANDOMIZE | 4285 | #ifdef HAVE_PERSONALITY_ADDR_NO_RANDOMIZE |
| 4289 | extern bool disable_address_randomization (void); | 4286 | extern bool disable_address_randomization (void); |