From bf69e8f09a374c96583ba4c6bcabb636d780ef01 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Tue, 4 Sep 2007 04:48:42 +0000 Subject: [PATCH] Remove three unused temporary variables from Session::save_template git-svn-id: svn://localhost/ardour2/trunk@2385 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_state.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index a169c32f64..0268d4b564 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -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;