mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
no need for an noop method
This commit is contained in:
parent
7658850d9d
commit
a8f242f80a
1 changed files with 1 additions and 2 deletions
|
|
@ -30,8 +30,7 @@ static const char* has_cairo_widget_background_info = "has_cairo_widget_backgrou
|
|||
bool CairoWidget::_flat_buttons = false;
|
||||
bool CairoWidget::_widget_prelight = true;
|
||||
|
||||
static void noop() { }
|
||||
sigc::slot<void> CairoWidget::focus_handler (sigc::ptr_fun (noop));
|
||||
sigc::slot<void> CairoWidget::focus_handler;
|
||||
|
||||
void CairoWidget::set_source_rgb_a( cairo_t* cr, Gdk::Color col, float a) //ToDo: this one and the Canvas version should be in a shared file (?)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue