From 0d002fb231a0a4f8965abb8afba389b4cb3fe35e Mon Sep 17 00:00:00 2001 From: Rodrigo Severo Date: Tue, 12 Jun 2012 21:09:53 +0000 Subject: [PATCH] Bogus commit to comment commit 12689: Small patch to fix the "Solo" global button in the transport section of Mackie's. git-svn-id: svn://localhost/ardour2/branches/3.0@12690 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/surfaces/mackie/device_info.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/surfaces/mackie/device_info.cc b/libs/surfaces/mackie/device_info.cc index 09ac7bb3ed..c3aaf71fa8 100644 --- a/libs/surfaces/mackie/device_info.cc +++ b/libs/surfaces/mackie/device_info.cc @@ -210,7 +210,6 @@ DeviceInfo::set_state (const XMLNode& node, int /* version */) } /* name is mandatory */ - if ((child = node.child ("Name")) != 0) { if ((prop = child->property ("value")) != 0) { _name = prop->value(); @@ -220,7 +219,6 @@ DeviceInfo::set_state (const XMLNode& node, int /* version */) } /* strip count is mandatory */ - if ((child = node.child ("Strips")) != 0) { if ((prop = child->property ("value")) != 0) { if ((_strip_cnt = atoi (prop->value())) == 0) {