mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
[qwaq] Remove unnecessary wrefresh calls
This commit is contained in:
parent
33a07c0f6b
commit
d91289ea1b
3 changed files with 0 additions and 3 deletions
|
@ -46,7 +46,6 @@ arp_end (void)
|
|||
wprintf (screen.window, "%d %d %d %d\n", r.xpos, r.ypos, r.xlen, r.ylen);
|
||||
wprintf (screen.window, "%d\n", acs_char(ACS_HLINE));
|
||||
mvwaddch(screen.window, 4, 4, acs_char(ACS_HLINE));
|
||||
wrefresh(screen.window);
|
||||
Window *w;
|
||||
[screen add: w=[[Window windowWithRect: r] setBackground: COLOR_PAIR (2)]];
|
||||
//wprintf (w.window, "%d %d %d %d\n", r.xpos, r.ypos, r.xlen, r.ylen);
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
-setBackground: (int) ch
|
||||
{
|
||||
wbkgd (window, ch);
|
||||
wrefresh (window);
|
||||
return self;
|
||||
}
|
||||
|
||||
|
|
|
@ -96,7 +96,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
wrefresh(window);
|
||||
return self;
|
||||
}
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue