From 7abe5024d98437504a760714566e3fad66e99835 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 10 May 2013 17:20:07 -0700 Subject: [PATCH] some space removals in Interface main.cpp --- interface/src/main.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/interface/src/main.cpp b/interface/src/main.cpp index 5a9e262b5c..73588a8db3 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -205,7 +205,6 @@ double elapsedTime; timeval applicationStartupTime; bool justStarted = true; - // Every second, check the frame rates and other stuff void Timer(int extra) { gettimeofday(&timerEnd, NULL); @@ -369,9 +368,7 @@ void sendVoxelEditMessage(PACKET_HEADER header, VoxelDetail& detail) { } } -// // Using gyro data, update both view frustum and avatar head position -// void updateAvatar(float deltaTime) { // Update my avatar's head position from gyros @@ -1200,8 +1197,6 @@ int setRenderAvatars(int state) { return setValue(state, &::renderAvatarsOn); } - - int setOculus(int state) { bool wasOn = ::oculusOn; int value = setValue(state, &::oculusOn); @@ -1824,7 +1819,6 @@ void idle(void) { glutPostRedisplay(); lastTimeIdle = check; } - } void reshape(int width, int height) {