aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2016-12-08 18:17:15 -0800
committerPaul Eggert2016-12-08 18:17:32 -0800
commit7f106f48e9c35eb75e5f06181e93d481988f8527 (patch)
tree7b7526b249c1404ef0df6ae555e6fc970137eb77 /src
parentf0a1e9ec3fba3d5bea5bd62f525dba3fb005d1b1 (diff)
downloademacs-7f106f48e9c35eb75e5f06181e93d481988f8527.tar.gz
emacs-7f106f48e9c35eb75e5f06181e93d481988f8527.zip
* src/lisp.h (struct terminal): Remove unnecessary forward decl.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h3
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. */
4282struct tty_display_info; 4282struct tty_display_info;
4283 4283
4284/* Defined in termhooks.h. */
4285struct 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
4289extern bool disable_address_randomization (void); 4286extern bool disable_address_randomization (void);