mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
remove the unused searchBar.png stuff
This commit is contained in:
parent
ec01eba085
commit
99f6bcc3a4
@ -335,9 +335,6 @@ extern const u32 arrangeGrid_png_size;
|
||||
extern const u8 arrangeCarousel_png[];
|
||||
extern const u32 arrangeCarousel_png_size;
|
||||
|
||||
extern const u8 searchBar_png[];
|
||||
extern const u32 searchBar_png_png_size;
|
||||
|
||||
extern const u8 settings_title_png[];
|
||||
extern const u32 settings_title_png_size;
|
||||
|
||||
|
@ -425,9 +425,6 @@ int MenuDiscList() {
|
||||
// snprintf(imgPath, sizeof(imgPath), "%sarrangeCarousel_gray.png", CFG.theme_path);
|
||||
// GuiImageData imgarrangeCarousel_gray(imgPath, arrangeCarousel_gray_png);
|
||||
|
||||
snprintf(imgPath, sizeof(imgPath), "%ssearchBar.png", CFG.theme_path);
|
||||
GuiImageData imgsearchBar(imgPath, searchBar_png);
|
||||
|
||||
snprintf(imgPath, sizeof(imgPath), "%sbrowser.png", CFG.theme_path);
|
||||
GuiImageData homebrewImgData(imgPath, browser_png);
|
||||
snprintf(imgPath, sizeof(imgPath), "%sbrowser_over.png", CFG.theme_path);
|
||||
|
Loading…
Reference in New Issue
Block a user