diff options
| author | Stenzek <stenzek@gmail.com> | 2018-10-03 22:28:38 +1000 |
|---|---|---|
| committer | Stenzek <stenzek@gmail.com> | 2018-10-20 21:11:33 +1000 |
| commit | 74b82bab3b6e4e8a1799bbcbdc5244f20f4d2826 (patch) | |
| tree | 0b2a83d57d193a13eaf75b5e3dde855252def265 /Source/Core/VideoCommon/DriverDetails.cpp | |
| parent | 6119212d684ea2f7f9f6e37fe85d502d0dcf0659 (diff) | |
GLInterface: Drop Haiku support
Diffstat (limited to 'Source/Core/VideoCommon/DriverDetails.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/DriverDetails.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/DriverDetails.cpp b/Source/Core/VideoCommon/DriverDetails.cpp index 301c73d89f..fd52d3dd6b 100644 --- a/Source/Core/VideoCommon/DriverDetails.cpp +++ b/Source/Core/VideoCommon/DriverDetails.cpp @@ -35,8 +35,6 @@ const u32 m_os = OS_ALL | OS_LINUX; const u32 m_os = OS_ALL | OS_FREEBSD; #elif __OpenBSD__ const u32 m_os = OS_ALL | OS_OPENBSD; -#elif __HAIKU__ -const u32 m_os = OS_ALL | OS_HAIKU; #endif static API m_api = API_OPENGL; |
