2007-11-14 Miguel de Icaza <miguel@novell.com>
[mono.git] / mcs / class / corlib / System / NullConsoleDriver.cs
index 49b5e6bca69dcb563eeb0283d3d490f849eed553..01a4e9bf8cf3e86c28707fb6377c5e5fe613a9ea 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 {
@@ -71,11 +71,6 @@ namespace System {
                        set {}
                }
 
-               public bool Echo { // not really used on windows
-                       get { return true; }
-                       set {}
-               }
-
                public ConsoleColor ForegroundColor {
                        get { return ConsoleColor.Black; }
                        set {}