[hyena] PlatformDetection: Remove the Meego platform detection



commit 304ef19105c3009c465d4758b277ad992f00241f
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sat Oct 19 22:04:20 2013 +0200

    PlatformDetection: Remove the Meego platform detection

 Hyena/Hyena/PlatformDetection.cs |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/Hyena/Hyena/PlatformDetection.cs b/Hyena/Hyena/PlatformDetection.cs
index c63b225..17c5a75 100644
--- a/Hyena/Hyena/PlatformDetection.cs
+++ b/Hyena/Hyena/PlatformDetection.cs
@@ -37,7 +37,6 @@ namespace Hyena
         public static readonly bool IsWindows;
         public static readonly bool IsLinux;
         public static readonly bool IsUnix;
-        public static readonly bool IsMeeGo;
 
         public static readonly string PosixSystemName;
         public static readonly string SystemName;
@@ -89,8 +88,6 @@ namespace Hyena
             }
 
             SystemName = PosixSystemName;
-
-            IsMeeGo = System.IO.File.Exists ("/etc/meego-release");
         }
     }
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]