diff options
author | Max Kellermann <max@musicpd.org> | 2016-11-10 12:58:26 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2016-11-10 12:58:26 +0100 |
commit | 22dcca9832e30c27630041bee867639e05ffd072 (patch) | |
tree | 7a03453cdc3881f5cfe09b878d6aa558d5ea5e67 /src/PlaylistDatabase.hxx | |
parent | db6c0d54cfc2eb9741b4e5c7634f41eecb2d4703 (diff) |
util/Error: remove obsolete class
Diffstat (limited to 'src/PlaylistDatabase.hxx')
-rw-r--r-- | src/PlaylistDatabase.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PlaylistDatabase.hxx b/src/PlaylistDatabase.hxx index fd2be89b5..9b5aefb7e 100644 --- a/src/PlaylistDatabase.hxx +++ b/src/PlaylistDatabase.hxx @@ -27,7 +27,6 @@ class PlaylistVector; class BufferedOutputStream; class TextFile; -class Error; void playlist_vector_save(BufferedOutputStream &os, const PlaylistVector &pv); |