couple of extra line deletions in main.cpp

This commit is contained in:
Stephen Birarda 2013-05-03 15:09:44 -07:00
parent da93b596de
commit 31e9c18346

View file

@ -1292,7 +1292,6 @@ int doRandomizeVoxelColors(int state) {
return state; return state;
} }
int doFalseRandomizeVoxelColors(int state) { int doFalseRandomizeVoxelColors(int state) {
if (state == MENU_ROW_PICKED) { if (state == MENU_ROW_PICKED) {
::voxels.falseColorizeRandom(); ::voxels.falseColorizeRandom();
@ -1324,7 +1323,6 @@ int doFalseColorizeInView(int state) {
return state; return state;
} }
const char* modeAll = " - All "; const char* modeAll = " - All ";
const char* modeVectors = " - Vectors "; const char* modeVectors = " - Vectors ";
const char* modePlanes = " - Planes "; const char* modePlanes = " - Planes ";
@ -1398,8 +1396,7 @@ void testPointToVoxel()
float y=0; float y=0;
float z=0; float z=0;
float s=0.1; 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"); printLog(" x=%f");
unsigned char red = 200; //randomColorValue(65); unsigned char red = 200; //randomColorValue(65);
@ -1488,7 +1485,6 @@ void specialkeyUp(int k, int x, int y) {
myAvatar.setDriveKeys(RIGHT, 0); myAvatar.setDriveKeys(RIGHT, 0);
myAvatar.setDriveKeys(ROT_RIGHT, 0); myAvatar.setDriveKeys(ROT_RIGHT, 0);
} }
} }
void specialkey(int k, int x, int y) { void specialkey(int k, int x, int y) {