Remove three unused temporary variables from Session::save_template
authorTim Mayberry <mojofunk@gmail.com>
Tue, 4 Sep 2007 04:48:42 +0000 (04:48 +0000)
committerTim Mayberry <mojofunk@gmail.com>
Tue, 4 Sep 2007 04:48:42 +0000 (04:48 +0000)
git-svn-id: svn://localhost/ardour2/trunk@2385 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/session_state.cc

index a169c32f645b2613670643c1cf12885c96737573..0268d4b5641fa3f40ce6acb580f7692a0068c996 100644 (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;