mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
Remove two useless declarations.
One quite recent - an unused variable in the Windows code that was obsoleted by commitcea1329b9
last month - and one not recent at all, namely the obsolete declaration of begin_session() in putty.h that hasn't existed since commit7a79df8fe
replaced it with the ldisc system in *2001*!
This commit is contained in:
1
putty.h
1
putty.h
@ -728,7 +728,6 @@ void modalfatalbox(const char *, ...);
|
||||
#pragma noreturn(modalfatalbox)
|
||||
#endif
|
||||
void do_beep(Frontend *frontend, int);
|
||||
void begin_session(Frontend *frontend);
|
||||
void sys_cursor(Frontend *frontend, int x, int y);
|
||||
void frontend_request_paste(Frontend *frontend, int clipboard);
|
||||
void frontend_keypress(Frontend *frontend);
|
||||
|
Reference in New Issue
Block a user