merge resolution with master
This commit is contained in:
@@ -119,10 +119,6 @@
|
||||
|
||||
#include "i18n.h"
|
||||
|
||||
#ifdef WITH_CMT
|
||||
#include "imageframe_socket_handler.h"
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
using namespace ARDOUR;
|
||||
using namespace PBD;
|
||||
@@ -270,10 +266,6 @@ Editor::Editor ()
|
||||
|
||||
, _toolbar_viewport (*manage (new Gtk::Adjustment (0, 0, 1e10)), *manage (new Gtk::Adjustment (0, 0, 1e10)))
|
||||
|
||||
#ifdef WITH_CMT
|
||||
, image_socket_listener(0)
|
||||
#endif
|
||||
|
||||
/* nudge */
|
||||
|
||||
, nudge_clock (new AudioClock (X_("nudge"), false, X_("nudge"), true, false, true))
|
||||
@@ -768,18 +760,6 @@ Editor::Editor ()
|
||||
|
||||
Editor::~Editor()
|
||||
{
|
||||
#ifdef WITH_CMT
|
||||
if(image_socket_listener) {
|
||||
if(image_socket_listener->is_connected())
|
||||
{
|
||||
image_socket_listener->close_connection() ;
|
||||
}
|
||||
|
||||
delete image_socket_listener ;
|
||||
image_socket_listener = 0 ;
|
||||
}
|
||||
#endif
|
||||
|
||||
delete button_bindings;
|
||||
delete _routes;
|
||||
delete _route_groups;
|
||||
@@ -3333,8 +3313,6 @@ Editor::duplicate_range (bool with_dialog)
|
||||
win.add_button (_("Duplicate"), RESPONSE_ACCEPT);
|
||||
win.set_default_response (RESPONSE_ACCEPT);
|
||||
|
||||
win.set_position (WIN_POS_MOUSE);
|
||||
|
||||
spinner.grab_focus ();
|
||||
|
||||
switch (win.run ()) {
|
||||
@@ -5417,7 +5395,6 @@ Editor::change_region_layering_order (bool from_context_menu)
|
||||
|
||||
if (layering_order_editor == 0) {
|
||||
layering_order_editor = new RegionLayeringOrderEditor (*this);
|
||||
layering_order_editor->set_position (WIN_POS_MOUSE);
|
||||
}
|
||||
|
||||
layering_order_editor->set_context (clicked_routeview->name(), _session, clicked_routeview, pl, position);
|
||||
|
||||
Reference in New Issue
Block a user