Skip to content
Snippets Groups Projects
Commit 2d01dcb1 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm unused class OsSpecificAspects

parent 2c6b0ceb
No related branches found
No related tags found
1 merge request!595rm 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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment