Remove three unused temporary variables from Session::save_template

git-svn-id: svn://localhost/ardour2/trunk@2385 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2007-09-04 04:48:42 +00:00
parent 05b4d05d12
commit bf69e8f09a

View file

@ -1599,7 +1599,6 @@ int
Session::save_template (string template_name)
{
XMLTree tree;
string xml_path, bak_path, template_path;
if (_state_of_the_state & CannotSave) {
return -1;