X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem%2FWindowsConsoleDriver.cs;h=92a8be2743c58d1fb6350d60e1e1a5423667d853;hb=b52c700f1860608ee1286d2e6028f9633a406239;hp=983c91e94649e903852610de00a9fd544b968a2c;hpb=b5cfba1835f2ba823796f825410e0062b7e4c9a3;p=mono.git diff --git a/mcs/class/corlib/System/WindowsConsoleDriver.cs b/mcs/class/corlib/System/WindowsConsoleDriver.cs index 983c91e9464..92a8be2743c 100644 --- a/mcs/class/corlib/System/WindowsConsoleDriver.cs +++ b/mcs/class/corlib/System/WindowsConsoleDriver.cs @@ -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 ();