2007-11-14 Miguel de Icaza <miguel@novell.com>
[mono.git] / mcs / class / corlib / System / WindowsConsoleDriver.cs
index 983c91e94649e903852610de00a9fd544b968a2c..92a8be2743c58d1fb6350d60e1e1a5423667d853 100644 (file)
@@ -26,7 +26,7 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-#if NET_2_0
+#if NET_2_0 && !NET_2_1
 using System.Runtime.InteropServices;
 using System.Text;
 namespace System {
@@ -236,11 +236,6 @@ namespace System {
                        }
                }
 
-               public bool Echo { // not really used on windows
-                       get { return true; }
-                       set {}
-               }
-
                public ConsoleColor ForegroundColor {
                        get {
                                ConsoleScreenBufferInfo info = new ConsoleScreenBufferInfo ();