From c0a647bd04336c1df59b0707a62875e62bf2e8d1 Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Mon, 14 Jul 2014 13:22:54 -0400 Subject: [PATCH] removed unused variable --- openbr/core/core.cpp | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/openbr/core/core.cpp b/openbr/core/core.cpp index 42660f4..6fa98d8 100644 --- a/openbr/core/core.cpp +++ b/openbr/core/core.cpp @@ -543,8 +543,6 @@ private: void init(const QString &description) { - bool newTForm = false; - if (loadOrExpand(description)) { simplifyTransform(); return; -- libgit2 0.21.4