X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmixer_ui.cc;h=f64bab2c07902cdee917317de2f5bfac17020cae;hb=6bdc9764628e0e47f03ac09aeefc280c25d210a7;hp=e9c36690a64164f7aa074110c597cf4257a99a3c;hpb=3876b488791a91b85d501b56a656dfb3bfffd052;p=ardour.git diff --git a/gtk2_ardour/mixer_ui.cc b/gtk2_ardour/mixer_ui.cc index e9c36690a6..f64bab2c07 100644 --- a/gtk2_ardour/mixer_ui.cc +++ b/gtk2_ardour/mixer_ui.cc @@ -1912,8 +1912,7 @@ Mixer_UI::set_route_targets_for_operation () return; } - /* nothing selected ... try to get mixer strip at mouse */ - +/* removed "implicit" selections of strips and plugins, after discussion on IRC int x, y; get_pointer (x, y); @@ -1922,6 +1921,8 @@ Mixer_UI::set_route_targets_for_operation () if (ms) { _route_targets.insert (ms); } +*/ + } void