Remove unused overloaded method

This commit is contained in:
Robin Gareus 2023-06-10 01:37:32 +02:00
parent 4abdb09c00
commit 3fbc89e4ee
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
2 changed files with 1 additions and 8 deletions

View File

@ -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; }

View File

@ -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
{