diff --git a/GUI/Util/OSInfo.h b/GUI/Util/OSInfo.h
index 06b65d4caa00a30c05206a6ab207b5fee16d8c8c..b0cfae9bc418c13c34b6fef887a3b3859156df78 100644
--- a/GUI/Util/OSInfo.h
+++ b/GUI/Util/OSInfo.h
@@ -40,9 +40,6 @@ public:
     static bool isLinuxHost() { return hostOs() == LINUX_OS; }
     static bool isMacHost() { return hostOs() == MAC_OS; }
     static inline bool isAnyUnixHost();
-
-private:
-    static OsSpecificAspects hostOsAspects() { return OsSpecificAspects(hostOs()); }
 };
 
 EOsType HostOsInfo::hostOs()