diff options
author | Max Kellermann <max@duempel.org> | 2014-02-18 23:05:29 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-18 23:05:40 +0100 |
commit | e8789d7cb9b6a539b2aa738fbe60816ee0410334 (patch) | |
tree | b1a59703fcd1966d95c2e98bd45cd63b75160d11 /src/gerror.h | |
parent | 0053cd0d0d5a9b5ef54d604d2c650ee3803a04e5 (diff) | |
download | mpd-e8789d7cb9b6a539b2aa738fbe60816ee0410334.tar.gz mpd-e8789d7cb9b6a539b2aa738fbe60816ee0410334.tar.xz mpd-e8789d7cb9b6a539b2aa738fbe60816ee0410334.zip |
system/FatalError: remove GError support
Diffstat (limited to '')
-rw-r--r-- | src/gerror.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/gerror.h b/src/gerror.h deleted file mode 100644 index 797ad90a2..000000000 --- a/src/gerror.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - * 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 - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -#ifndef MPD_GERROR_H -#define MPD_GERROR_H - -typedef struct _GError GError; - -#endif |