From 2d01dcb117d555bed710f1ae8135f22f44b3edf1 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Mon, 10 Jan 2022 13:33:10 +0100 Subject: [PATCH] rm unused class OsSpecificAspects --- GUI/Util/OSInfo.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/GUI/Util/OSInfo.h b/GUI/Util/OSInfo.h index c64385cfc0f..94a443f1ea2 100644 --- a/GUI/Util/OSInfo.h +++ b/GUI/Util/OSInfo.h @@ -21,17 +21,6 @@ namespace GUI::Util::OS { enum EOsType { WINDOWS_OS, LINUX_OS, MAC_OS, OTHER_UNIX_OS, OTHER_OS }; -class OsSpecificAspects { -public: - OsSpecificAspects(EOsType osType) - : m_osType(osType) - { - } - -private: - const EOsType m_osType; -}; - class HostOsInfo { public: static inline EOsType hostOs(); -- GitLab