* fhandler.h (set_console_state_for_spawn): Drop declaration.

* fhandler_console.cc (set_console_state_for_spawn): Remove.
	(fhandler_console::open): Set console state last.  Don't set
	ENABLE_PROCESSED_INPUT flag.
	* spawn.cc (spawn_guts): Drop call to set_console_state_for_spawn.
This commit is contained in:
Corinna Vinschen
2008-06-12 15:57:23 +00:00
parent a7e0bc7bbe
commit 9cdaf8733f
4 changed files with 14 additions and 39 deletions

View File

@ -1423,6 +1423,4 @@ class select_stuff
device_specific_serial (0),
device_specific_mailslot (0) {}
};
void __stdcall set_console_state_for_spawn (bool);
#endif /* _FHANDLER_H_ */