13
0

NO-OP: whitespace

This commit is contained in:
Robin Gareus 2019-09-29 21:22:30 +02:00
parent 2c4c8a8b4c
commit 056c958b4e
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -24,13 +24,13 @@
#include "ardour/io.h" #include "ardour/io.h"
#include "ardour/panner_manager.h" #include "ardour/panner_manager.h"
#include "ardour/send.h"
#include "ardour/rc_configuration.h" #include "ardour/rc_configuration.h"
#include "ardour/send.h"
#include "send_ui.h"
#include "io_selector.h"
#include "timers.h"
#include "gui_thread.h" #include "gui_thread.h"
#include "io_selector.h"
#include "send_ui.h"
#include "timers.h"
#include "pbd/i18n.h" #include "pbd/i18n.h"
@ -86,8 +86,6 @@ SendUI::~SendUI ()
{ {
_send->set_metering (false); _send->set_metering (false);
/* XXX not clear that we need to do this */
screen_update_connection.disconnect (); screen_update_connection.disconnect ();
fast_screen_update_connection.disconnect (); fast_screen_update_connection.disconnect ();
} }
@ -139,7 +137,6 @@ SendUIWindow::SendUIWindow (boost::shared_ptr<Send> s, Session* session)
ui->show (); ui->show ();
hpacker.show (); hpacker.show ();
} }
SendUIWindow::~SendUIWindow () SendUIWindow::~SendUIWindow ()