summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/common/disk.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/common/disk.c b/firmware/common/disk.c
index c26fdb37a4..3d4dd3dc1d 100644
--- a/firmware/common/disk.c
+++ b/firmware/common/disk.c
@@ -148,10 +148,6 @@ int disk_mount(int drive)
148 { 148 {
149 return 0; 149 return 0;
150 } 150 }
151#if !defined(ELIO_TPJ1022) && !defined(MROBE_100)
152 /* The Elio's hard drive has no partition table and probing for partitions causes
153 Rockbox to crash - so we temporarily disable the probing until we fix the
154 real problem. */
155#ifdef TOSHIBA_GIGABEAT_S 151#ifdef TOSHIBA_GIGABEAT_S
156 int i = 1; /* For the Gigabeat S, we mount the second partition */ 152 int i = 1; /* For the Gigabeat S, we mount the second partition */
157#else 153#else
@@ -185,7 +181,6 @@ int disk_mount(int drive)
185 } 181 }
186#endif 182#endif
187 } 183 }
188#endif
189 184
190 if (mounted == 0 && volume != -1) /* none of the 4 entries worked? */ 185 if (mounted == 0 && volume != -1) /* none of the 4 entries worked? */
191 { /* try "superfloppy" mode */ 186 { /* try "superfloppy" mode */