Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-05-17 00:24:19 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-05-17 00:24:19 +0400
commit67b06eb8fe736b99e3ed99e97e5557d5f8995254 (patch)
treef3a1c434ffeda6781ed9891c46d98944e10482fe /src/filters/source/ShoutcastSource
parent02b043265d1a0126a6c58112eb137ae391b7b621 (diff)
remove commented out code
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4764 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/source/ShoutcastSource')
-rw-r--r--src/filters/source/ShoutcastSource/ShoutcastSource.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/filters/source/ShoutcastSource/ShoutcastSource.cpp b/src/filters/source/ShoutcastSource/ShoutcastSource.cpp
index 9399595fa..7b7115ec9 100644
--- a/src/filters/source/ShoutcastSource/ShoutcastSource.cpp
+++ b/src/filters/source/ShoutcastSource/ShoutcastSource.cpp
@@ -272,18 +272,6 @@ CShoutcastStream::CShoutcastStream(const WCHAR* wfn, CShoutcastSource* pParent,
fn = _T("http://") + fn;
}
-//#if defined(REGISTER_FILTER) && defined(_DEBUG)
- //fn = _T("http://localhost:8000/");
- //fn = _T("http://64.236.34.141/stream/1005");
- //fn = _T("http://218.145.30.106:11000"); // 128kbps korean
- //fn = _T("http://65.206.46.110:8020"); // 96kbps
- //fn = _T("http://64.236.34.72:80/stream/1003");
- fn = _T("http://64.236.34.72:80/stream/1011");
- //fn = _T("http://218.145.30.106:11000");
- //fn = _T("http://radio.sluchaj.com:8000/radio.ogg"); // ogg
- // http://www.oddsock.org/icecast2yp/ // more ogg via icecast2
-//#endif
-
if (!m_url.CrackUrl(fn)) {
*phr = E_FAIL;
return;