]> code.delx.au - refind/blobdiff - libeg/load_icns.c
New small_icon_size and big_icon_size tokens for refind.conf.
[refind] / libeg / load_icns.c
index ce9e7abcc3000f9dc17e6b89b5c139abda134415..41fca77e896ebbde7d9a2475eb3f0c3cb6bdb488 100644 (file)
@@ -174,12 +174,6 @@ EG_IMAGE * egDecodeICNS(IN UINT8 *FileData, IN UINTN FileDataLength, IN UINTN Ic
            }
         } while ((DataPtr == NULL) && (SizeToTry++ < MAX_ICNS_SIZES));
 
-        /* FUTURE: try to load a different size and scale it later
-            if (DataPtr == NULL && IconSize == 32) {
-                IconSize = 128;
-                continue;
-            }
-        */
         break;
     }