util/Error: remove obsolete class
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
struct Directory;
|
||||
class BufferedOutputStream;
|
||||
class TextFile;
|
||||
class Error;
|
||||
|
||||
void
|
||||
db_save_internal(BufferedOutputStream &os, const Directory &root);
|
||||
|
@@ -23,7 +23,6 @@
|
||||
struct Directory;
|
||||
class TextFile;
|
||||
class BufferedOutputStream;
|
||||
class Error;
|
||||
|
||||
void
|
||||
directory_save(BufferedOutputStream &os, const Directory &directory);
|
||||
|
@@ -26,8 +26,6 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class Error;
|
||||
|
||||
/**
|
||||
* Image of a MediaServer Directory Service container (directory),
|
||||
* possibly containing items and subordinate containers.
|
||||
|
Reference in New Issue
Block a user