there is no "default" mackie device profile
[ardour.git] / libs / surfaces / mackie / mackie_control_protocol.cc
index e0ef35f15b4aedad8541c44a7a253c8f0ab1f5ca..7b7b0f5c9e8c8e4ca0c0d534ae8694c5f399ecd7 100644 (file)
@@ -718,12 +718,6 @@ MackieControlProtocol::connect_session_signals()
 void
 MackieControlProtocol::set_profile (const string& profile_name)
 {
-       if (profile_name == "default") {
-               /* reset to default */
-               _device_profile = DeviceProfile (profile_name);
-               return;
-       }
-
        map<string,DeviceProfile>::iterator d = DeviceProfile::device_profiles.find (profile_name);
 
        if (d == DeviceProfile::device_profiles.end()) {