Merge pull request #462 from tzachshabtay/Mobile_DebugPrintouts

Removed the stubs for System.Diagnostics.Debug from Android & IOS
This commit is contained in:
varon 2017-01-29 16:42:48 +02:00 committed by GitHub
commit bd04c31369

View file

@ -13,6 +13,8 @@ namespace OpenTK
// minimal targets (e.g. MonoTouch). // minimal targets (e.g. MonoTouch).
// Note: the "overriden" classes must not be fully qualified for this to work! // Note: the "overriden" classes must not be fully qualified for this to work!
#if MINIMAL
// System.Diagnostics.Debug // System.Diagnostics.Debug
static class Debug static class Debug
{ {
@ -39,8 +41,6 @@ namespace OpenTK
public static void Flush() { } public static void Flush() { }
} }
#if MINIMAL
// System.Diagnostics.Stopwatch // System.Diagnostics.Stopwatch
sealed class Stopwatch sealed class Stopwatch
{ {