imageinfo: remove opkg includes and man object

Not required.
This commit is contained in:
2023-04-24 21:02:27 +02:00
parent 9e64d70093
commit 25f49be90b

View File

@@ -35,10 +35,6 @@
#include <gui/components/cc.h>
#include <configfile.h>
#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<image_info_t> v_info;
#if ENABLE_PKG_MANAGEMENT
COPKGManager man;
#endif
void Clean();
void Init();
void InitInfoData();