mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
imageinfo: remove opkg includes and man object
Not required.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user