Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Rx.NET/System.Reactive.Windows.Threading/Reactive/Internal/Constants.cs')
-rw-r--r--Rx.NET/System.Reactive.Windows.Threading/Reactive/Internal/Constants.cs13
1 files changed, 0 insertions, 13 deletions
diff --git a/Rx.NET/System.Reactive.Windows.Threading/Reactive/Internal/Constants.cs b/Rx.NET/System.Reactive.Windows.Threading/Reactive/Internal/Constants.cs
deleted file mode 100644
index 4d22eba..0000000
--- a/Rx.NET/System.Reactive.Windows.Threading/Reactive/Internal/Constants.cs
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.txt in the project root for license information.
-
-namespace System.Reactive
-{
- // We can't make those based on the Strings_WindowsThreading.resx file, because the ObsoleteAttribute needs a compile-time constant.
-
- static class Constants_WindowsThreading
- {
-#if !WINDOWS
- public const string OBSOLETE_INSTANCE_PROPERTY = "Use the Current property to retrieve the DispatcherScheduler instance for the current thread's Dispatcher object. See http://go.microsoft.com/fwlink/?LinkID=260866 for more information.";
-#endif
- }
-}