removed the immaterial sd_get_block_size function.

This commit is contained in:
nvt-se 2009-09-24 12:09:26 +00:00
parent 51cbcd9193
commit 3e41c7d564
2 changed files with 0 additions and 7 deletions

View file

@ -385,12 +385,6 @@ read_register(int register_cmd, char *buf, int register_size)
return read_block(register_cmd, 0, buf, register_size);
}
/*---------------------------------------------------------------------------*/
unsigned
sd_get_block_size(void)
{
return SD_BLOCK_SIZE;
}
/*---------------------------------------------------------------------------*/
sd_offset_t
sd_get_capacity(void)
{