mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 17:51:14 +00:00
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
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue