From 16c13f6a1679d1a44efaa6b6af09e9f0ffe1dd65 Mon Sep 17 00:00:00 2001 From: triton Date: Fri, 16 Aug 2013 18:28:59 +0100 Subject: [PATCH] Remove console buffering hack. --- src/Generator/Driver.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Generator/Driver.cs b/src/Generator/Driver.cs index 287fe4e4..c293c054 100644 --- a/src/Generator/Driver.cs +++ b/src/Generator/Driver.cs @@ -275,8 +275,6 @@ namespace CppSharp { public static void Run(ILibrary library) { - Console.BufferHeight = 1999; - var options = new DriverOptions(); var driver = new Driver(options, new TextDiagnosticPrinter()); library.Setup(driver);