mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
Remove unused variables.
git-svn-id: svn://localhost/ardour2/branches/3.0@8013 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
af5bd3df30
commit
a0b75ed66e
1 changed files with 0 additions and 2 deletions
|
|
@ -1806,7 +1806,6 @@ Route::_set_state (const XMLNode& node, int version, bool /*call_base*/)
|
|||
XMLNodeList nlist;
|
||||
XMLNodeConstIterator niter;
|
||||
XMLNode *child;
|
||||
XMLPropertyList plist;
|
||||
const XMLProperty *prop;
|
||||
|
||||
if (node.name() != "Route"){
|
||||
|
|
@ -1973,7 +1972,6 @@ Route::_set_state_2X (const XMLNode& node, int version)
|
|||
XMLNodeList nlist;
|
||||
XMLNodeConstIterator niter;
|
||||
XMLNode *child;
|
||||
XMLPropertyList plist;
|
||||
const XMLProperty *prop;
|
||||
|
||||
/* 2X things which still remain to be handled:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue