From 925ea523e70f0b5881d7a595af44c5f0d5e6dda4 Mon Sep 17 00:00:00 2001 From: "romuald@libnfc.org" Date: Wed, 26 Sep 2012 19:33:28 +0000 Subject: [PATCH] Remove some unused functions --- src/mfcuk_mifare.c | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/src/mfcuk_mifare.c b/src/mfcuk_mifare.c index 4314e7a..bbc3c0a 100644 --- a/src/mfcuk_mifare.c +++ b/src/mfcuk_mifare.c @@ -274,42 +274,6 @@ uint32_t get_sector_for_block(uint8_t bTagType, uint32_t uiBlock) return MIFARE_CLASSIC_INVALID_BLOCK; } -bool is_first_sector(uint8_t bTagType, uint32_t uiSector) -{ - // TODO: write code - return false; -} - -bool is_first_big_sector(uint8_t bTagType, uint32_t uiSector) -{ - // TODO: write code - return false; -} - -bool is_first_small_sector(uint8_t bTagType, uint32_t uiSector) -{ - // TODO: write code - return false; -} - -bool is_last_sector(uint8_t bTagType, uint32_t uiSector) -{ - // TODO: write code - return false; -} - -bool is_last_big_sector(uint8_t bTagType, uint32_t uiSector) -{ - // TODO: write code - return false; -} - -bool is_last_small_sector(uint8_t bTagType, uint32_t uiSector) -{ - // TODO: write code - return false; -} - // Test case function for checking correct functionality of the block/sector is_ ang get_ functions void test_mifare_classic_blocks_sectors_functions(uint8_t bTagType) {