From 31e9c1834619fd8b9af55ae83073e0e035d8f898 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 3 May 2013 15:09:44 -0700 Subject: [PATCH] couple of extra line deletions in main.cpp --- interface/src/main.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/interface/src/main.cpp b/interface/src/main.cpp index 990f4e8197..8f5a70cbe6 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -1292,7 +1292,6 @@ int doRandomizeVoxelColors(int state) { return state; } - int doFalseRandomizeVoxelColors(int state) { if (state == MENU_ROW_PICKED) { ::voxels.falseColorizeRandom(); @@ -1324,7 +1323,6 @@ int doFalseColorizeInView(int state) { return state; } - const char* modeAll = " - All "; const char* modeVectors = " - Vectors "; const char* modePlanes = " - Planes "; @@ -1398,8 +1396,7 @@ void testPointToVoxel() float y=0; float z=0; float s=0.1; - for (float x=0; x<=1; x+= 0.05) - { + for (float x=0; x<=1; x+= 0.05) { printLog(" x=%f"); unsigned char red = 200; //randomColorValue(65); @@ -1488,7 +1485,6 @@ void specialkeyUp(int k, int x, int y) { myAvatar.setDriveKeys(RIGHT, 0); myAvatar.setDriveKeys(ROT_RIGHT, 0); } - } void specialkey(int k, int x, int y) {