Commit c0a647bd04336c1df59b0707a62875e62bf2e8d1

Authored by Josh Klontz
1 parent 9d511ca7

removed unused variable

Showing 1 changed file with 0 additions and 2 deletions
openbr/core/core.cpp
@@ -543,8 +543,6 @@ private: @@ -543,8 +543,6 @@ private:
543 543
544 void init(const QString &description) 544 void init(const QString &description)
545 { 545 {
546 - bool newTForm = false;  
547 -  
548 if (loadOrExpand(description)) { 546 if (loadOrExpand(description)) {
549 simplifyTransform(); 547 simplifyTransform();
550 return; 548 return;