home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02b0be5
)
Removed unused variable.
author
Christian Heller
<c.heller@plomlompom.de>
Sat, 15 Jun 2013 01:22:06 +0000
(
03:22
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sat, 15 Jun 2013 01:22:06 +0000
(
03:22
+0200)
windows.c
patch
|
blob
|
history
diff --git
a/windows.c
b/windows.c
index e25a5e25c76ef197c11aa16c38e9d7f4abb2b2e6..485be316bdb9b52ab8c37df704f1d6e9d5356ede 100644
(file)
--- a/
windows.c
+++ b/
windows.c
@@
-215,7
+215,7
@@
extern void draw_all_wins (struct WinMeta * wmeta) {
wnoutrefresh(wmeta->screen);
werase(wmeta->pad.curses_win);
if (wmeta->chain_start) {
- uint16_t n_wins = 1, i
, y
;
+ uint16_t n_wins = 1, i;
struct Win * win_p = wmeta->chain_start;
while (0 != win_p->next) {
win_p = win_p->next;