window-port updates
Remove start_screen() and end_screen() from the Window-port interface. They were only ever used by tty, and there was a comment carried to several window-ports about how they "really should go away. They are tty-specific" term_start_screen() and term_end_screen() are part of terminal/NO_TERMS supporting routines now.
This commit is contained in:
@@ -101,10 +101,6 @@ extern void Gem_change_color(int color, long rgb, int reverse);
|
||||
extern char *Gem_get_color_string(void);
|
||||
#endif
|
||||
|
||||
/* other defs that really should go away (they're tty specific) */
|
||||
extern void Gem_start_screen(void);
|
||||
extern void Gem_end_screen(void);
|
||||
|
||||
extern void genl_outrip(winid, int, time_t);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user