opkg-manager: remove unused class CConfigFile

Origin commit data
------------------
Branch: ni/coolstream
Commit: b2ac18edcb
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-04-19 (Wed, 19 Apr 2023)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2023-04-19 15:47:20 +02:00
committed by vanhofen
parent 080406f912
commit 09aae408f2
2 changed files with 3 additions and 6 deletions

View File

@@ -120,7 +120,7 @@ static string pm_cmd[CMD_MAX] =
OPKG " clean "
};
COPKGManager::COPKGManager(int wizard_mode): opkg_conf('\t')
COPKGManager::COPKGManager(int wizard_mode)
{
init(wizard_mode);
}

View File

@@ -30,16 +30,14 @@
#ifndef __OPKG_MANAGER__
#define __OPKG_MANAGER__
#include <configfile.h>
#include "widget/hintbox.h"
#include "widget/menue.h"
#include <map>
#include <mutex>
#include <string>
#include <vector>
#include "widget/hintbox.h"
#include "widget/menue.h"
#define OPKG_MAX_FEEDS 10
#define HAS_PKG_UPDATE_FLAGFILE "/tmp/.has_pkg_updates"
@@ -106,7 +104,6 @@ class COPKGManager : public CMenuTarget, public COPKGManagerExtra
int width;
int is_wizard;
std::string terminal_str;
CConfigFile opkg_conf;
void init(int wizard_mode);
bool silent; // Controls some screen messages, eg, avoids unintended or disturbing messages on update checks at background.