From 4c63db5ef090d390bce318144fa452f276e975cd Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Fri, 10 Jun 2016 18:03:40 +0200 Subject: [PATCH] Clean up unused variables in `TextureEditor` --- src/UserInterface/TextureEditor.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/UserInterface/TextureEditor.cpp b/src/UserInterface/TextureEditor.cpp index 3404b9a..4ba8088 100644 --- a/src/UserInterface/TextureEditor.cpp +++ b/src/UserInterface/TextureEditor.cpp @@ -76,12 +76,6 @@ void TextureEditor::update(ofEventArgs & args){ int rows = s->getGridRows(); int cols = s->getGridCols(); int vertsPerRow = cols + 1; - int vertsPerCol = rows + 1; - - int a = 0; - int b = cols; - int c = (rows * vertsPerRow) + (vertsPerRow - 1); - int d = (rows * vertsPerRow); // Distance between horizontal tex coords float sx = joints[0]->position.x / textureSize.x;