mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 20:11:13 +02:00
remove some debugging
This commit is contained in:
parent
bab2a7d80f
commit
ed87ae3d5a
1 changed files with 0 additions and 2 deletions
|
@ -81,7 +81,6 @@ bool SixenseManager::isSupported() const {
|
||||||
}
|
}
|
||||||
|
|
||||||
void SixenseManager::activate() {
|
void SixenseManager::activate() {
|
||||||
qDebug() << "SixenseManager::activate()...";
|
|
||||||
InputPlugin::activate();
|
InputPlugin::activate();
|
||||||
#ifdef HAVE_SIXENSE
|
#ifdef HAVE_SIXENSE
|
||||||
_calibrationState = CALIBRATION_STATE_IDLE;
|
_calibrationState = CALIBRATION_STATE_IDLE;
|
||||||
|
@ -126,7 +125,6 @@ void SixenseManager::activate() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void SixenseManager::deactivate() {
|
void SixenseManager::deactivate() {
|
||||||
qDebug() << "SixenseManager::deactivate()...";
|
|
||||||
InputPlugin::deactivate();
|
InputPlugin::deactivate();
|
||||||
|
|
||||||
#ifdef HAVE_SIXENSE
|
#ifdef HAVE_SIXENSE
|
||||||
|
|
Loading…
Reference in a new issue