OSDN Git Service

不要なコードを削除
authorspx <spx268@gmail.com>
Sun, 11 Jan 2015 21:03:25 +0000 (06:03 +0900)
committerspx <spx268@gmail.com>
Sun, 11 Jan 2015 21:03:25 +0000 (06:03 +0900)
OpenTween/MyCommon.cs

index ef9bf70..df08010 100644 (file)
@@ -728,12 +728,6 @@ namespace OpenTween
             return newBytes;
         }
 
-        public static bool IsNT6()
-        {
-            //NT6 kernelかどうか検査
-            return Environment.OSVersion.Platform == PlatformID.Win32NT && Environment.OSVersion.Version.Major == 6;
-        }
-
         [FlagsAttribute()]
         public enum TabUsageType
         {