From d24c2952f765b00be3024a45d3c40217bfce0443 Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Tue, 9 Dec 2014 11:43:22 -0500 Subject: [PATCH] removed unused variable --- openbr/plugins/independent.cpp | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/openbr/plugins/independent.cpp b/openbr/plugins/independent.cpp index 488d655..bc8e05d 100644 --- a/openbr/plugins/independent.cpp +++ b/openbr/plugins/independent.cpp @@ -163,11 +163,9 @@ class IndependentTransform : public MetaTransform IndependentTransform* indep = new IndependentTransform(); indep->transform = temp; - bool subInd = false; IndependentTransform *test = dynamic_cast (temp); if (test) { // child was independent? this changes things... - subInd = true; indep->transform = test->transform; for (int i=0; i < transforms.size(); i++) { bool newThing = false; -- libgit2 0.21.4