From 25f49be90b9675b1f74f12111407e35cec9b70fc Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Mon, 24 Apr 2023 21:02:27 +0200 Subject: [PATCH] imageinfo: remove opkg includes and man object Not required. --- src/gui/imageinfo.h | 7 ------- 1 file changed, 7 deletions(-) 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();