[ui] fix dropdown being populated on ISO selection when no device is present

* Also remove unneeded code in libfat.h
* Also set rufus-next to 2.3
This commit is contained in:
Pete Batard 2015-06-06 23:12:12 +01:00
parent 9e7b0bad89
commit 0e59b86abc
5 changed files with 22 additions and 20 deletions

View file

@ -26,7 +26,6 @@
extern uint32_t LIBFAT_SECTOR_SHIFT;
extern uint32_t LIBFAT_SECTOR_SIZE;
extern uint32_t LIBFAT_SECTOR_MASK;
#define MAX_LIBFAT_SECTOR_SIZE 4096
//#define LIBFAT_SECTOR_SHIFT 9
//#define LIBFAT_SECTOR_SIZE 512
//#define LIBFAT_SECTOR_MASK 511