mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +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 <gui/components/cc.h>
|
||||||
#include <configfile.h>
|
#include <configfile.h>
|
||||||
|
|
||||||
#if ENABLE_PKG_MANAGEMENT
|
|
||||||
#include "opkg_manager.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef struct image_info_t
|
typedef struct image_info_t
|
||||||
{
|
{
|
||||||
std::string caption;
|
std::string caption;
|
||||||
@@ -56,9 +52,6 @@ class CImageInfo : public CMenuTarget
|
|||||||
int y_tmp;
|
int y_tmp;
|
||||||
std::vector<image_info_t> v_info;
|
std::vector<image_info_t> v_info;
|
||||||
|
|
||||||
#if ENABLE_PKG_MANAGEMENT
|
|
||||||
COPKGManager man;
|
|
||||||
#endif
|
|
||||||
void Clean();
|
void Clean();
|
||||||
void Init();
|
void Init();
|
||||||
void InitInfoData();
|
void InitInfoData();
|
||||||
|
Reference in New Issue
Block a user