Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UNIX/uxnogtk.c')
-rw-r--r--UNIX/uxnogtk.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/UNIX/uxnogtk.c b/UNIX/uxnogtk.c
deleted file mode 100644
index c9028ebf..00000000
--- a/UNIX/uxnogtk.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * uxnogtk.c: link into non-GUI Unix programs so that they can tell
- * buildinfo about a lack of GTK.
- */
-
-#include "putty.h"
-
-char *buildinfo_gtk_version(void)
-{
- return NULL;
-}