mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
NO-OP: Clarify function name
This commit is contained in:
parent
76f9764a44
commit
245d48dbd0
10 changed files with 19 additions and 22 deletions
|
|
@ -124,13 +124,13 @@ idle_notify_engine_stopped ()
|
|||
}
|
||||
|
||||
bool
|
||||
ARDOUR_UI_UTILS::no_engine_notify ()
|
||||
ARDOUR_UI_UTILS::engine_is_running ()
|
||||
{
|
||||
if (ARDOUR::AudioEngine::instance()->running ()) {
|
||||
return false; // 0 == OK
|
||||
return true;
|
||||
}
|
||||
Glib::signal_idle().connect (sigc::ptr_fun (&idle_notify_engine_stopped));
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue