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 'BE_NONE.C')
-rw-r--r--BE_NONE.C15
1 files changed, 0 insertions, 15 deletions
diff --git a/BE_NONE.C b/BE_NONE.C
deleted file mode 100644
index 588bb1d4..00000000
--- a/BE_NONE.C
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * Linking module for programs that do not support selection of backend
- * (such as pterm).
- */
-
-#include <stdio.h>
-#include "putty.h"
-
-const int be_default_protocol = -1;
-
-const struct BackendVtable *const backends[] = {
- NULL
-};
-
-const size_t n_ui_backends = 0;