From d3de03b67a5b7b7da9cf1f0f002afe0888b22219 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Thu, 23 May 2013 13:00:13 -0700 Subject: [PATCH] cleanup --- animation-server/src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/animation-server/src/main.cpp b/animation-server/src/main.cpp index 1187e0fc8e..1904b9aae2 100644 --- a/animation-server/src/main.cpp +++ b/animation-server/src/main.cpp @@ -91,8 +91,6 @@ const glm::vec3 bugParts[VOXELS_PER_BUG] = { glm::vec3(-3, 0, 1), }; -bool positionA = true; - static void renderMovingBug() { VoxelDetail details[VOXELS_PER_BUG]; unsigned char* bufferOut;