mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 04:08:13 +02:00
fix several warnings
This commit is contained in:
parent
0068af4cb6
commit
9acff9497c
2 changed files with 0 additions and 6 deletions
|
@ -15,8 +15,6 @@
|
||||||
|
|
||||||
#include "StandardController.h"
|
#include "StandardController.h"
|
||||||
|
|
||||||
const float CONTROLLER_THRESHOLD = 0.3f;
|
|
||||||
|
|
||||||
StandardController::~StandardController() {
|
StandardController::~StandardController() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -32,10 +32,6 @@
|
||||||
Q_DECLARE_LOGGING_CATEGORY(inputplugins)
|
Q_DECLARE_LOGGING_CATEGORY(inputplugins)
|
||||||
Q_LOGGING_CATEGORY(inputplugins, "hifi.inputplugins")
|
Q_LOGGING_CATEGORY(inputplugins, "hifi.inputplugins")
|
||||||
|
|
||||||
// These bits aren't used for buttons, so they can be used as masks:
|
|
||||||
const unsigned int LEFT_MASK = 0;
|
|
||||||
const unsigned int RIGHT_MASK = 1U << 1;
|
|
||||||
|
|
||||||
#ifdef HAVE_SIXENSE
|
#ifdef HAVE_SIXENSE
|
||||||
|
|
||||||
const int CALIBRATION_STATE_IDLE = 0;
|
const int CALIBRATION_STATE_IDLE = 0;
|
||||||
|
|
Loading…
Reference in a new issue