mpd_error.h: remove obsolete header
Migrate the remaining callers to FatalError().
This commit is contained in:
@@ -60,6 +60,12 @@ FatalError(const Error &error)
|
||||
FatalError(error.GetMessage());
|
||||
}
|
||||
|
||||
void
|
||||
FatalError(const char *msg, const Error &error)
|
||||
{
|
||||
FormatFatalError("%s: %s", msg, error.GetMessage());
|
||||
}
|
||||
|
||||
void
|
||||
FatalError(GError *error)
|
||||
{
|
||||
|
Reference in New Issue
Block a user