]> code.delx.au - refind/blobdiff - refind/lib.h
Fine-tuning of loader detection code.
[refind] / refind / lib.h
index 4004c454b9a04f0eeac3c685e1e14cd222d6b325..d0a4022611a434b73f7ec5805fd6cec3995e6af8 100644 (file)
@@ -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)