From fa57a63d574dc9f3d2274cfb93e47499c8745c9e Mon Sep 17 00:00:00 2001 From: Thiago Farina Date: Wed, 3 Nov 2010 10:35:35 -0200 Subject: [PATCH] uemacs: remove forward declaration of 'struct video' from edef.h Signed-off-by: Thiago Farina Signed-off-by: Linus Torvalds --- edef.h | 2 -- 1 file changed, 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 */