X-Git-Url: https://code.delx.au/refind/blobdiff_plain/a3dd82017d0be4d3fdca46a722b41b5ff3777139..83d9696df1452690a2a7cb2c17208feaee3e411f:/refind/lib.h diff --git a/refind/lib.h b/refind/lib.h index 4004c45..d0a4022 100644 --- a/refind/lib.h +++ b/refind/lib.h @@ -73,7 +73,6 @@ typedef struct { #define DISK_KIND_EXTERNAL (1) #define DISK_KIND_OPTICAL (2) -#define VOL_DONTSCAN 998 #define VOL_UNREADABLE 999 #define IS_EXTENDED_PART_TYPE(type) ((type) == 0x05 || (type) == 0x0f || (type) == 0x85)