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:
@ -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)
|
||||
|
Reference in New Issue
Block a user