mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 13:34:01 +02:00
removed mac hydra support
This commit is contained in:
parent
a48cce2975
commit
f495f5e3b5
1 changed files with 1 additions and 7 deletions
|
@ -66,14 +66,8 @@ const QString SHOW_DEBUG_RAW = "Debug Draw Raw Data";
|
|||
const QString SHOW_DEBUG_CALIBRATED = "Debug Draw Calibrated Data";
|
||||
|
||||
bool SixenseManager::isSupported() const {
|
||||
#ifdef HAVE_SIXENSE
|
||||
|
||||
#if defined(Q_OS_OSX)
|
||||
return QSysInfo::macVersion() <= QSysInfo::MV_MAVERICKS;
|
||||
#else
|
||||
#if defined(HAVE_SIXENSE) && !defined(Q_OS_OSX)
|
||||
return true;
|
||||
#endif
|
||||
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue