system/FatalError: remove GError support

This commit is contained in:
Max Kellermann
2014-02-18 23:05:29 +01:00
parent 0053cd0d0d
commit e8789d7cb9
4 changed files with 0 additions and 43 deletions

View File

@@ -78,16 +78,6 @@ FatalError(const char *msg, const Error &error)
FormatFatalError("%s: %s", msg, error.GetMessage());
}
#ifdef HAVE_GLIB
void
FatalError(const char *msg, GError *error)
{
FormatFatalError("%s: %s", msg, error->message);
}
#endif
void
FatalSystemError(const char *msg)
{