From 9462d6eda3804548ce14ee27856b8eb593b2a0e8 Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Mon, 26 Aug 2013 03:38:24 +0200
Subject: [PATCH] Removed duplicated code.

---
 src/windows.h | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/windows.h b/src/windows.h
index 8ed7c66..43bb305 100644
--- a/src/windows.h
+++ b/src/windows.h
@@ -50,13 +50,8 @@
 struct Frame               /* If Frame is Win's "frame", "size" is the        */
 {                          /* designated size of curses_win's ncurses WINDOW. */
     WINDOW * curses_win;   /* If Frame is WinMeta's "padframe", curses_win is */
-    struct yx_uint16 size; /* the ncurses pad representing the virtual screen,*/
+    struct yx_uint16 size; /* the ncurses pad representing the virtual screen */
 };                         /* and "size" desribes the terminal screen size.   */
-struct Frame
-{
-    WINDOW * curses_win;
-    struct yx_uint16 size;  /* the size curses_win fits into; for the virtual */
-};                          /* screen padframe: the terminal screen size      */
 
 struct Win
 {
-- 
2.30.2