Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
c0a647bd04336c1df59b0707a62875e62bf2e8d1
Authored by
Josh Klontz
2014-07-14 13:22:54 -0400
1 parent
9d511ca7
removed unused variable
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
openbr/core/core.cpp
openbr/core/core.cpp
View file @
c0a647b
...
...
@@ -543,8 +543,6 @@ private:
543
543
544
544
void init(const QString &description)
545
545
{
546
- bool newTForm = false;
547
-
548
546
if (loadOrExpand(description)) {
549
547
simplifyTransform();
550
548
return;
...
...