mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
[Summary] Little clean up
This commit is contained in:
parent
292b8d9d39
commit
83a3a77699
2 changed files with 1 additions and 3 deletions
|
|
@ -184,7 +184,7 @@ MixerBridgeView::add_strips (RouteList& routes)
|
|||
continue;
|
||||
}
|
||||
|
||||
MixerStrip* strip = strip = new MixerStrip (*ARDOUR_UI::instance()->the_mixer(), _session, route, _mixer_strip_script_name, _max_name_size);
|
||||
MixerStrip* strip = new MixerStrip (*ARDOUR_UI::instance()->the_mixer(), _session, route, _mixer_strip_script_name, _max_name_size);
|
||||
strip->signal_button_release_event().connect (sigc::bind (sigc::mem_fun(*this, &MixerBridgeView::strip_button_release_event), strip));
|
||||
_strips [route] = strip;
|
||||
strip->show();
|
||||
|
|
|
|||
|
|
@ -52,8 +52,6 @@ WavesIconButton::~WavesIconButton ()
|
|||
void
|
||||
WavesIconButton::render (cairo_t* cr)
|
||||
{
|
||||
void (*rounded_function)(cairo_t*, double, double, double, double, double);
|
||||
|
||||
Glib::RefPtr<Gdk::Pixbuf> pixbuf = ((CairoWidget::active_state() == Gtkmm2ext::ImplicitActive) ? _implicit_active_pixbuf : Glib::RefPtr<Gdk::Pixbuf>(0));
|
||||
|
||||
if (pixbuf == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue