aboutsummaryrefslogtreecommitdiffstats
path: root/src/system/FatalError.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/system/FatalError.hxx7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/system/FatalError.hxx b/src/system/FatalError.hxx
index 2845359ef..d4698b3d9 100644
--- a/src/system/FatalError.hxx
+++ b/src/system/FatalError.hxx
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2003-2013 The Music Player Daemon Project
+ * Copyright (C) 2003-2014 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
@@ -21,7 +21,6 @@
#define MPD_FATAL_ERROR_HXX
#include "check.h"
-#include "gerror.h"
#include "Compiler.h"
class Error;
@@ -45,10 +44,6 @@ gcc_noreturn
void
FatalError(const char *msg, const Error &error);
-gcc_noreturn
-void
-FatalError(const char *msg, GError *error);
-
/**
* Call this after a system call has failed that is not supposed to
* fail. Prints the given message, the system error message (from