mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-23 05:37:22 +01:00
remove debug output
This commit is contained in:
parent
735d791e42
commit
3164f4ac30
1 changed files with 0 additions and 1 deletions
|
|
@ -2033,7 +2033,6 @@ Mixer_UI::strip_scroller_button_release (GdkEventButton* ev)
|
|||
void
|
||||
Mixer_UI::scroller_drag_data_received (const Glib::RefPtr<Gdk::DragContext>& context, int x, int y, const Gtk::SelectionData& data, guint info, guint time)
|
||||
{
|
||||
printf ("Mixer_UI::scroller_drag_data_received\n");
|
||||
if (data.get_target() != "PluginFavoritePtr") {
|
||||
context->drag_finish (false, false, time);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue