diff --git a/src/gui/imageinfo.h b/src/gui/imageinfo.h index 5b4af5113..4fcc80eff 100644 --- a/src/gui/imageinfo.h +++ b/src/gui/imageinfo.h @@ -35,10 +35,6 @@ #include #include -#if ENABLE_PKG_MANAGEMENT -#include "opkg_manager.h" -#endif - typedef struct image_info_t { std::string caption; @@ -56,9 +52,6 @@ class CImageInfo : public CMenuTarget int y_tmp; std::vector v_info; -#if ENABLE_PKG_MANAGEMENT - COPKGManager man; -#endif void Clean(); void Init(); void InitInfoData();