mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Tidy.
git-svn-id: svn://localhost/ardour2/branches/3.0@4569 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
de2681f7cd
commit
aefa9f0938
1 changed files with 2 additions and 7 deletions
|
|
@ -48,11 +48,6 @@ using namespace ARDOUR;
|
|||
|
||||
string SMFSource::_search_path;
|
||||
|
||||
/*sigc::signal<void,struct tm*, time_t> SMFSource::HeaderPositionOffsetChanged;
|
||||
bool SMFSource::header_position_negative;
|
||||
uint64_t SMFSource::header_position_offset;
|
||||
*/
|
||||
|
||||
SMFSource::SMFSource (Session& s, std::string path, Flag flags)
|
||||
: MidiSource (s, region_name_from_path(path, false))
|
||||
, Evoral::SMF<double> ()
|
||||
|
|
@ -106,8 +101,8 @@ SMFSource::~SMFSource ()
|
|||
bool
|
||||
SMFSource::removable () const
|
||||
{
|
||||
return (_flags & Removable) && ((_flags & RemoveAtDestroy) ||
|
||||
((_flags & RemovableIfEmpty) && is_empty()));
|
||||
return (_flags & Removable) && ((_flags & RemoveAtDestroy) ||
|
||||
((_flags & RemovableIfEmpty) && is_empty()));
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue