aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Farina <tfransosi@gmail.com>2010-11-03 10:35:35 -0200
committerLinus Torvalds <torvalds@linux-foundation.org>2010-11-03 15:09:55 -0400
commitfa57a63d574dc9f3d2274cfb93e47499c8745c9e (patch)
treeb06c99c1b7fc3febbd198c6d444b4a67c9aa5cff
parent85b4f0af1a0ecb2148364e6b9d6cb779d5720592 (diff)
downloaduemacs-fa57a63d574dc9f3d2274cfb93e47499c8745c9e.tar.gz
uemacs: remove forward declaration of 'struct video' from edef.h
Signed-off-by: Thiago Farina <tfransosi@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--edef.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/edef.h b/edef.h
index df8ee13..8183dd0 100644
--- a/edef.h
+++ b/edef.h
@@ -16,8 +16,6 @@
/* Some global fuction declarations. */
typedef int (*fn_t)(int, int);
-struct video;
-
/* Initialized global external declarations. */
extern int fillcol; /* Fill column */