fix several warnings

This commit is contained in:
Brad Hefta-Gaub 2015-10-19 17:34:59 -07:00
parent 0068af4cb6
commit 9acff9497c
2 changed files with 0 additions and 6 deletions

View file

@ -15,8 +15,6 @@
#include "StandardController.h"
const float CONTROLLER_THRESHOLD = 0.3f;
StandardController::~StandardController() {
}

View file

@ -32,10 +32,6 @@
Q_DECLARE_LOGGING_CATEGORY(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
const int CALIBRATION_STATE_IDLE = 0;