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 'noterm.c')
-rw-r--r--noterm.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/noterm.c b/noterm.c
deleted file mode 100644
index 4ca99fa2..00000000
--- a/noterm.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * Stubs of functions in terminal.c, for use in programs that don't
- * have a terminal.
- */
-
-#include "putty.h"
-#include "terminal.h"
-
-void term_nopaste(Terminal *term)
-{
-}