diff options
author | Max Kellermann <max@duempel.org> | 2013-04-17 21:46:16 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-17 21:46:16 +0200 |
commit | 2df2a989af3296b1d6c7bc829ad3139e290ee474 (patch) | |
tree | f2c354c257b17c53caaad79bce050c4cea1a6c86 /src/input/SoupInputPlugin.hxx | |
parent | 4a800b311f5dfde74956edb29dee99998ba1ced1 (diff) | |
download | mpd-2df2a989af3296b1d6c7bc829ad3139e290ee474.tar.gz mpd-2df2a989af3296b1d6c7bc829ad3139e290ee474.tar.xz mpd-2df2a989af3296b1d6c7bc829ad3139e290ee474.zip |
input/soup: plugin removed
This plugin is cumbersome to support, now that MPD is migrating away
from GLib and the GLib event loop. It has no practical advantages
over the CURL plugin. Soup requires the bloated GType library.
Diffstat (limited to '')
-rw-r--r-- | src/input/SoupInputPlugin.hxx | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/input/SoupInputPlugin.hxx b/src/input/SoupInputPlugin.hxx deleted file mode 100644 index 4c089b39b..000000000 --- a/src/input/SoupInputPlugin.hxx +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Copyright (C) 2003-2013 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_INPUT_SOUP_HXX -#define MPD_INPUT_SOUP_HXX - -extern const struct input_plugin input_plugin_soup; - -#endif |