quiet compiler -- remove unused variable

This commit is contained in:
Seth Alves 2015-06-02 13:17:47 -07:00
parent 981ac2ce7d
commit a6fac2e780

View file

@ -507,7 +507,6 @@ QPoint ApplicationOverlay::getPalmClickLocation(const PalmData *palm) const {
QPoint rv;
auto canvasSize = qApp->getCanvasSize();
if (qApp->isHMDMode()) {
float t;
glm::vec2 polar = getPolarCoordinates(*palm);
glm::vec2 point = sphericalToScreen(-polar);
rv.rx() = point.x;