aboutsummaryrefslogtreecommitdiffstats
path: root/src/system/FatalError.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/system/FatalError.cxx')
-rw-r--r--src/system/FatalError.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/system/FatalError.cxx b/src/system/FatalError.cxx
index 1cf4ec851..c51dd7b3b 100644
--- a/src/system/FatalError.cxx
+++ b/src/system/FatalError.cxx
@@ -68,12 +68,6 @@ FatalError(const char *msg, const Error &error)
}
void
-FatalError(GError *error)
-{
- FatalError(error->message);
-}
-
-void
FatalError(const char *msg, GError *error)
{
FormatFatalError("%s: %s", msg, error->message);