Merge pull request #325 from adbre/iss5464
[mono.git] / mcs / class / corlib / System / CStreamWriter.cs
index 0d871489f3f38f638a9d9ae57817eaa1cb4e8955..85436f8be30a8f46802e781b6ad687e44fff7e9a 100644 (file)
@@ -110,7 +110,7 @@ namespace System.IO {
                                }
                        }
                }
-
+/*
                public void WriteKey (ConsoleKeyInfo key)
                {
                        lock (this) {
@@ -121,7 +121,7 @@ namespace System.IO {
                                        InternalWriteChar (copy.KeyChar);
                        }
                }
-
+*/
                public void InternalWriteString (string val)
                {
                        try {