Merge pull request #462 from tzachshabtay/Mobile_DebugPrintouts
Removed the stubs for System.Diagnostics.Debug from Android & IOS
This commit is contained in:
commit
bd04c31369
1 changed files with 2 additions and 2 deletions
|
@ -13,6 +13,8 @@ namespace OpenTK
|
|||
// minimal targets (e.g. MonoTouch).
|
||||
// Note: the "overriden" classes must not be fully qualified for this to work!
|
||||
|
||||
#if MINIMAL
|
||||
|
||||
// System.Diagnostics.Debug
|
||||
static class Debug
|
||||
{
|
||||
|
@ -39,8 +41,6 @@ namespace OpenTK
|
|||
public static void Flush() { }
|
||||
}
|
||||
|
||||
#if MINIMAL
|
||||
|
||||
// System.Diagnostics.Stopwatch
|
||||
sealed class Stopwatch
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue