From 0110e558deb54ac421754abf807dac1420c02dc6 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Wed, 1 Sep 2010 17:47:33 +0000 Subject: Remove Ipod Video 64MB handling. Since the builds for the Ipod Video 32MB and 64MB are now unified there is no need to handle them separately in Rockbox Utility anymore. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27966 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/rbutilqt/base/autodetection.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'rbutil/rbutilqt/base') diff --git a/rbutil/rbutilqt/base/autodetection.cpp b/rbutil/rbutilqt/base/autodetection.cpp index 695cb6a204..2bd61ff5ba 100644 --- a/rbutil/rbutilqt/base/autodetection.cpp +++ b/rbutil/rbutilqt/base/autodetection.cpp @@ -98,12 +98,6 @@ bool Autodetection::detect() if(m_device.isEmpty()) { m_device = info.target(); - // special case for video64mb. This is a workaround, and - // should get replaced when autodetection is reworked. - if(m_device == "ipodvideo" && info.ram() == 64) - { - m_device = "ipodvideo64mb"; - } } m_mountpoint = mounts.at(i); qDebug() << "[Autodetect] rockbox-info.txt detected:" @@ -267,7 +261,7 @@ QStringList Autodetection::mountpoints() endmntent(mn); #else -#error Unknown Plattform +#error Unknown Platform #endif return tempList; } -- cgit v1.2.3