aboutsummaryrefslogtreecommitdiffstats
path: root/src/Directory.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-01-09 13:21:56 +0100
committerMax Kellermann <max@duempel.org>2014-01-09 13:21:56 +0100
commit0c34555b02f5d24f8c836534dcc30005a42f2c95 (patch)
treee07b85d3e6b5b165002a0ff9822a7f6c07eb10b2 /src/Directory.hxx
parent83a988e2e48b85afe87c48f6a25d596b0c56054c (diff)
downloadmpd-0c34555b02f5d24f8c836534dcc30005a42f2c95.tar.gz
mpd-0c34555b02f5d24f8c836534dcc30005a42f2c95.tar.xz
mpd-0c34555b02f5d24f8c836534dcc30005a42f2c95.zip
Directory: remove method Free()
Diffstat (limited to 'src/Directory.hxx')
-rw-r--r--src/Directory.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Directory.hxx b/src/Directory.hxx
index a8e3e32cb..031cca877 100644
--- a/src/Directory.hxx
+++ b/src/Directory.hxx
@@ -100,14 +100,6 @@ public:
}
/**
- * Free this #Directory object (and the whole object tree within it),
- * assuming it was already removed from the parent.
- */
- void Free() {
- delete this;
- }
-
- /**
* Remove this #Directory object from its parent and free it. This
* must not be called with the root Directory.
*