1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-05 21:42:47 -05:00

Remove stub functions that are no longer needed.

This is the start of the payoff for all that reorganisation (and
perhaps also from having moved to a library-based build structure in
the first place): a collection of pointless stub functions in outlying
programs, which were only there to prevent link failures, now no
longer need to be there even for that purpose.
This commit is contained in:
Simon Tatham
2021-04-17 17:11:19 +01:00
parent cc3e4992d5
commit 5bb24a7edd
6 changed files with 0 additions and 55 deletions

View File

@ -6,9 +6,6 @@
#include "dialog.h"
#include "terminal.h"
/* For Unix in particular, but harmless if this main() is reused elsewhere */
const bool buildinfo_gtk_relevant = false;
static const TermWinVtable fuzz_termwin_vt;
int main(int argc, char **argv)