mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 23:25:43 +01:00
Remove unused overloaded method
This commit is contained in:
parent
4abdb09c00
commit
3fbc89e4ee
2 changed files with 1 additions and 8 deletions
|
|
@ -77,9 +77,8 @@ public:
|
|||
bool must_exist, bool& is_new, uint16_t& chan,
|
||||
std::string& found_path);
|
||||
|
||||
void inc_use_count ();
|
||||
bool removable () const;
|
||||
bool is_stub () const;
|
||||
bool is_stub () const;
|
||||
|
||||
const std::string& origin() const { return _origin; }
|
||||
void set_origin (std::string const& o) { _origin = o; }
|
||||
|
|
|
|||
|
|
@ -557,12 +557,6 @@ FileSource::replace_file (const std::string& newpath)
|
|||
_name = Glib::path_get_basename (newpath);
|
||||
}
|
||||
|
||||
void
|
||||
FileSource::inc_use_count ()
|
||||
{
|
||||
Source::inc_use_count ();
|
||||
}
|
||||
|
||||
bool
|
||||
FileSource::is_stub () const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue