mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
NO-OP whitespace
This commit is contained in:
parent
674fa50fb8
commit
d1ea5ea22a
1 changed files with 156 additions and 157 deletions
|
|
@ -176,10 +176,10 @@ LocationEditRow::LocationEditRow(Session * sess, Location * loc, int32_t num)
|
||||||
set_location (loc);
|
set_location (loc);
|
||||||
set_number (num);
|
set_number (num);
|
||||||
cd_toggled(); // show/hide cd-track details
|
cd_toggled(); // show/hide cd-track details
|
||||||
}
|
}
|
||||||
|
|
||||||
LocationEditRow::~LocationEditRow()
|
LocationEditRow::~LocationEditRow()
|
||||||
{
|
{
|
||||||
if (location) {
|
if (location) {
|
||||||
connections.drop_connections ();
|
connections.drop_connections ();
|
||||||
}
|
}
|
||||||
|
|
@ -189,11 +189,11 @@ LocationEditRow::LocationEditRow(Session * sess, Location * loc, int32_t num)
|
||||||
_clock_group->remove (end_clock);
|
_clock_group->remove (end_clock);
|
||||||
_clock_group->remove (length_clock);
|
_clock_group->remove (length_clock);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
LocationEditRow::set_clock_group (ClockGroup& cg)
|
LocationEditRow::set_clock_group (ClockGroup& cg)
|
||||||
{
|
{
|
||||||
if (_clock_group) {
|
if (_clock_group) {
|
||||||
_clock_group->remove (start_clock);
|
_clock_group->remove (start_clock);
|
||||||
_clock_group->remove (end_clock);
|
_clock_group->remove (end_clock);
|
||||||
|
|
@ -361,7 +361,7 @@ LocationEditRow::set_location (Location *loc)
|
||||||
void
|
void
|
||||||
LocationEditRow::name_entry_changed ()
|
LocationEditRow::name_entry_changed ()
|
||||||
{
|
{
|
||||||
ENSURE_GUI_THREAD (*this, &LocationEditRow::name_entry_changed)
|
ENSURE_GUI_THREAD (*this, &LocationEditRow::name_entry_changed);
|
||||||
|
|
||||||
if (i_am_the_modifier || !location) {
|
if (i_am_the_modifier || !location) {
|
||||||
return;
|
return;
|
||||||
|
|
@ -374,7 +374,7 @@ LocationEditRow::name_entry_changed ()
|
||||||
void
|
void
|
||||||
LocationEditRow::isrc_entry_changed ()
|
LocationEditRow::isrc_entry_changed ()
|
||||||
{
|
{
|
||||||
ENSURE_GUI_THREAD (*this, &LocationEditRow::isrc_entry_changed)
|
ENSURE_GUI_THREAD (*this, &LocationEditRow::isrc_entry_changed);
|
||||||
|
|
||||||
if (i_am_the_modifier || !location) return;
|
if (i_am_the_modifier || !location) return;
|
||||||
|
|
||||||
|
|
@ -390,7 +390,7 @@ LocationEditRow::isrc_entry_changed ()
|
||||||
void
|
void
|
||||||
LocationEditRow::performer_entry_changed ()
|
LocationEditRow::performer_entry_changed ()
|
||||||
{
|
{
|
||||||
ENSURE_GUI_THREAD (*this, &LocationEditRow::performer_entry_changed)
|
ENSURE_GUI_THREAD (*this, &LocationEditRow::performer_entry_changed);
|
||||||
|
|
||||||
if (i_am_the_modifier || !location) return;
|
if (i_am_the_modifier || !location) return;
|
||||||
|
|
||||||
|
|
@ -404,7 +404,7 @@ LocationEditRow::performer_entry_changed ()
|
||||||
void
|
void
|
||||||
LocationEditRow::composer_entry_changed ()
|
LocationEditRow::composer_entry_changed ()
|
||||||
{
|
{
|
||||||
ENSURE_GUI_THREAD (*this, &LocationEditRow::composer_entry_changed)
|
ENSURE_GUI_THREAD (*this, &LocationEditRow::composer_entry_changed);
|
||||||
|
|
||||||
if (i_am_the_modifier || !location) return;
|
if (i_am_the_modifier || !location) return;
|
||||||
|
|
||||||
|
|
@ -483,7 +483,6 @@ LocationEditRow::clock_changed (LocationPart part)
|
||||||
void
|
void
|
||||||
LocationEditRow::show_cd_track_details ()
|
LocationEditRow::show_cd_track_details ()
|
||||||
{
|
{
|
||||||
|
|
||||||
if (location->cd_info.find("isrc") != location->cd_info.end()) {
|
if (location->cd_info.find("isrc") != location->cd_info.end()) {
|
||||||
isrc_entry.set_text(location->cd_info["isrc"]);
|
isrc_entry.set_text(location->cd_info["isrc"]);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue