From: Christian Heller Date: Mon, 26 Aug 2013 01:38:24 +0000 (+0200) Subject: Removed duplicated code. X-Git-Tag: tce~1043 X-Git-Url: https://plomlompom.com/repos/?a=commitdiff_plain;h=9462d6eda3804548ce14ee27856b8eb593b2a0e8;hp=be7649287621824cf8a0ec7691aae282138ec230;p=plomrogue Removed duplicated code. --- 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 {