remove the unused searchBar.png stuff

This commit is contained in:
ardi@ist-einmalig.de 2009-09-27 19:45:12 +00:00
parent ec01eba085
commit 99f6bcc3a4
2 changed files with 0 additions and 6 deletions

View File

@ -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;

View File

@ -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);