From 99f6bcc3a47378a88aaa858d0663e6fdaf7dad96 Mon Sep 17 00:00:00 2001 From: "ardi@ist-einmalig.de" Date: Sun, 27 Sep 2009 19:45:12 +0000 Subject: [PATCH] remove the unused searchBar.png stuff --- source/filelist.h | 3 --- source/menu.cpp | 3 --- 2 files changed, 6 deletions(-) diff --git a/source/filelist.h b/source/filelist.h index ab883887..993f3f9f 100644 --- a/source/filelist.h +++ b/source/filelist.h @@ -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; diff --git a/source/menu.cpp b/source/menu.cpp index ec5b2e6f..dc31fa9b 100644 --- a/source/menu.cpp +++ b/source/menu.cpp @@ -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);