aboutsummaryrefslogtreecommitdiffstats
path: root/src/Directory.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-07 21:39:47 +0100
committerMax Kellermann <max@duempel.org>2014-01-09 09:05:58 +0100
commit322b0616322760dc162447563d8f4da7e024ca90 (patch)
tree2f87cb3ce061556161797aba9f57ee08de5b9e21 /src/Directory.hxx
parent43847f2244a34064af24704aac4cfad4a3c76f7d (diff)
downloadmpd-322b0616322760dc162447563d8f4da7e024ca90.tar.gz
mpd-322b0616322760dc162447563d8f4da7e024ca90.tar.xz
mpd-322b0616322760dc162447563d8f4da7e024ca90.zip
DetachedSong: fork of struct Song
From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead.
Diffstat (limited to 'src/Directory.hxx')
-rw-r--r--src/Directory.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Directory.hxx b/src/Directory.hxx
index 1ef4693e2..24ba685e6 100644
--- a/src/Directory.hxx
+++ b/src/Directory.hxx
@@ -95,10 +95,6 @@ protected:
static Directory *Allocate(const char *path);
public:
- /**
- * Default constructor, needed for #detached_root.
- */
- Directory();
~Directory();
/**