aboutsummaryrefslogtreecommitdiffstats
path: root/src/system/FatalError.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/system/FatalError.hxx')
-rw-r--r--src/system/FatalError.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/system/FatalError.hxx b/src/system/FatalError.hxx
index 22f3b5f8f..2845359ef 100644
--- a/src/system/FatalError.hxx
+++ b/src/system/FatalError.hxx
@@ -47,10 +47,6 @@ FatalError(const char *msg, const Error &error);
gcc_noreturn
void
-FatalError(GError *error);
-
-gcc_noreturn
-void
FatalError(const char *msg, GError *error);
/**