summaryrefslogtreecommitdiff
path: root/src/winclip.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-02-20 13:55:06 +0100
committerBram Moolenaar <Bram@vim.org>2016-02-20 13:55:06 +0100
commitcf7164a088664961e7d70dd100c5874dc5ceb293 (patch)
tree93cf8f7643786a9cb9488852b73c1ef480031ee1 /src/winclip.c
parent065bbac8adfe29a09958570237d223457f235c6c (diff)
downloadvim-git-cf7164a088664961e7d70dd100c5874dc5ceb293.tar.gz
patch 7.4.1364v7.4.1364
Problem: The Win 16 code is not maintained and unused. Solution: Remove the Win 16 support.
Diffstat (limited to 'src/winclip.c')
-rw-r--r--src/winclip.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/winclip.c b/src/winclip.c
index 8ab723f93..880e2c600 100644
--- a/src/winclip.c
+++ b/src/winclip.c
@@ -14,15 +14,6 @@
* Also used by Cygwin, using os_unix.c.
*/
-#ifdef WIN16
-# ifdef __BORLANDC__
-# pragma warn -par
-# pragma warn -ucp
-# pragma warn -use
-# pragma warn -aus
-# endif
-#endif
-
#include "vimio.h"
#include "vim.h"