diff options
-rw-r--r-- | src/DetachedSong.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/DetachedSong.hxx b/src/DetachedSong.hxx index 083cad610..d6fcab698 100644 --- a/src/DetachedSong.hxx +++ b/src/DetachedSong.hxx @@ -79,8 +79,6 @@ class DetachedSong { explicit DetachedSong(const LightSong &other); public: - explicit DetachedSong(const DetachedSong &) = default; - explicit DetachedSong(const char *_uri) :uri(_uri) {} @@ -95,8 +93,6 @@ public: :uri(std::forward<U>(_uri)), tag(std::move(_tag)) {} - DetachedSong(DetachedSong &&) = default; - ~DetachedSong(); gcc_pure |