mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-07 12:40:34 +00:00
Removed the stubs for System.Diagnostics.Debug from Android & IOS
This looks like it was once a Xamarin limitation, but it’s not anymore. Note: tested this on Android, but not on IOS (tested compilation on IOS only). Fixes #447
This commit is contained in:
parent
1581ac7b8a
commit
b06169b457
|
@ -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