Remove unused overloaded method
This commit is contained in:
@@ -77,9 +77,8 @@ public:
|
|||||||
bool must_exist, bool& is_new, uint16_t& chan,
|
bool must_exist, bool& is_new, uint16_t& chan,
|
||||||
std::string& found_path);
|
std::string& found_path);
|
||||||
|
|
||||||
void inc_use_count ();
|
|
||||||
bool removable () const;
|
bool removable () const;
|
||||||
bool is_stub () const;
|
bool is_stub () const;
|
||||||
|
|
||||||
const std::string& origin() const { return _origin; }
|
const std::string& origin() const { return _origin; }
|
||||||
void set_origin (std::string const& o) { _origin = o; }
|
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);
|
_name = Glib::path_get_basename (newpath);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
FileSource::inc_use_count ()
|
|
||||||
{
|
|
||||||
Source::inc_use_count ();
|
|
||||||
}
|
|
||||||
|
|
||||||
bool
|
bool
|
||||||
FileSource::is_stub () const
|
FileSource::is_stub () const
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user