X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Fuxpterm.c;h=1f4f20c2aaf363c32a1e2ec4e24d6649ccf1518c;hb=f004bcca17a789356c32527a396b68b71a773db2;hp=6542fbbaf4180df75f4b50f89d1f930e63feb38f;hpb=13bac5ed69ce4cd603a21c940f82370ef8b0a44d;p=PuTTY.git diff --git a/unix/uxpterm.c b/unix/uxpterm.c index 6542fbba..1f4f20c2 100644 --- a/unix/uxpterm.c +++ b/unix/uxpterm.c @@ -17,16 +17,6 @@ Backend *select_backend(Conf *conf) return &pty_backend; } -void net_pending_errors(void) -{ - /* - * Stub version of net_pending_errors(), because gtkwin.c has to - * be prepared to call it when linked into PuTTY and therefore we - * have to avoid a link failure when linking gtkwin.c in turn into - * a non-networked application. - */ -} - int cfgbox(Conf *conf) { /*