aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/lastfm_input_plugin.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-13 19:43:56 +0200
committerMax Kellermann <max@duempel.org>2009-10-13 19:43:56 +0200
commit1ff101c56869d3f520dc5ac738d43b7944068075 (patch)
treecb4729dc0b1803d306b1692cf003b737513d4b02 /src/input/lastfm_input_plugin.h
parenta93ffdd1bed1885740f0a28bc649a9db9a7969e4 (diff)
downloadmpd-1ff101c56869d3f520dc5ac738d43b7944068075.tar.gz
mpd-1ff101c56869d3f520dc5ac738d43b7944068075.tar.xz
mpd-1ff101c56869d3f520dc5ac738d43b7944068075.zip
input/lastfm: removed obsolete last.fm input plugin
This has been replaced by the last.fm playlist plugin. The input plugin has never worked well, and was just a playground to experiment with the last.fm radio protocol.
Diffstat (limited to '')
-rw-r--r--src/input/lastfm_input_plugin.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/input/lastfm_input_plugin.h b/src/input/lastfm_input_plugin.h
deleted file mode 100644
index d0eaf5a55..000000000
--- a/src/input/lastfm_input_plugin.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * Copyright (C) 2003-2009 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 LASTFM_INPUT_PLUGIN_H
-#define LASTFM_INPUT_PLUGIN_H
-
-extern const struct input_plugin lastfm_input_plugin;
-
-#endif