aboutsummaryrefslogtreecommitdiff
path: root/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'window.c')
-rw-r--r--window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/window.c b/window.c
index bdb5ce3..931c4dc 100644
--- a/window.c
+++ b/window.c
@@ -56,7 +56,6 @@ typedef struct { /* cursor position */
Line *line; /* screen line on which cursor currently resides */
} Cursor;
-typedef struct Win Win;
struct Win { /* window showing part of a file */
Text *text; /* underlying text management */
WINDOW *win; /* curses window for the text area */