Remove non-working detach/attach code.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4806 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-04-19 15:01:16 +00:00 committed by exg
commit 7bd938542e
4 changed files with 3 additions and 76 deletions

View file

@ -24,7 +24,7 @@ typedef guint32 unichar;
extern TERM_WINDOW *root_window;
extern int term_width, term_height;
extern int term_use_colors, term_type, term_detached;
extern int term_use_colors, term_type;
/* Initialize / deinitialize terminal */
int term_init(void);
@ -77,11 +77,6 @@ void term_refresh_freeze(void);
void term_refresh_thaw(void);
void term_refresh(TERM_WINDOW *window);
/* Automatically detach irssi when terminal is lost */
void term_auto_detach(int set);
void term_detach(void);
void term_attach(FILE *in, FILE *out);
void term_stop(void);
/* keyboard input handling */