patch 9.0.0698: VisVim is outdated, does not work with current Visual Studio

Problem:    VisVim is outdated, does not work with current Visual Studio.
Solution:   Remove VisVim. (Martin Tournoij)
diff --git a/READMEdir/README_extra.txt b/READMEdir/README_extra.txt
index d1a8b71..f67dbdb 100644
--- a/READMEdir/README_extra.txt
+++ b/READMEdir/README_extra.txt
@@ -29,9 +29,6 @@
 
 src/if_ole.*		OLE automation interface, for MS Windows 95 and NT.
 
-src/VisVim/*		Integration of Win32 GUI with MS Visual Developer
-			Studio.
-
 src/GvimExt/*		DLL for the "Edit with Vim" context menu entry
 
 nsis/*			NSIS script to build the self-installing MS-Windows exe
diff --git a/READMEdir/README_ole.txt b/READMEdir/README_ole.txt
index b45a0c2..85ad478 100644
--- a/READMEdir/README_ole.txt
+++ b/READMEdir/README_ole.txt
@@ -1,6 +1,6 @@
 README_ole.txt for version 9.0 of Vim: Vi IMproved.
 
-This archive contains gvim.exe with OLE interface and VisVim.
+This archive contains gvim.exe with OLE interface.
 This version of gvim.exe can also load a number of interface dynamically (you
 can optionally install the .dll files for each interface).
 It is only for MS-Windows 95/98/ME/NT/2000/XP.
@@ -15,6 +15,3 @@
 
 For further information, type this inside Vim:
 	:help if_ole
-
-Furthermore, this archive contains VISVIM.DLL.  It can be used to integrate
-the OLE gvim with Microsoft Visual Developer Studio.  See VisVim/README.txt.
diff --git a/READMEdir/README_srcdos.txt b/READMEdir/README_srcdos.txt
index 2bef9de..a5fd9fe 100644
--- a/READMEdir/README_srcdos.txt
+++ b/READMEdir/README_srcdos.txt
@@ -6,7 +6,6 @@
 
 
 The DOS source archive contains the files needed to compile Vim on MS-Windows.
-It is packed for MS-Windows systems, with CR-LF.  It also includes the VisVim
-sources.
+It is packed for MS-Windows systems, with CR-LF.
 
 See "src/INSTALLpc.txt" for instructions on how to compile Vim on the PC.