Merged with trunk R1705.
[ardour.git] / libs / ardour / session_midi.cc
index 2a078565b5e65bf938e0528b69c6aac270ab89bc..7d20a05b451f06d38abb8d24d98eba68a9897024 100644 (file)
@@ -451,24 +451,6 @@ Session::setup_midi_control ()
        mtc_msg[10] = 0xf1;
        mtc_msg[12] = 0xf1;
        mtc_msg[14] = 0xf1;
-
-       if (_mmc_port != 0) {
-
-               Config->set_send_mmc (session_send_mmc);
-
-       } else {
-
-               mmc = 0;
-               session_send_mmc = false;
-       }
-
-       if (_mtc_port != 0) {
-
-               Config->set_send_mtc (session_send_mtc);
-
-       } else {
-               session_send_mtc = false;
-       }
 }
 
 #if 0