mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
COPKGManager: remove useless err_msg var, replaced by tmp_str
This commit is contained in:
@@ -96,7 +96,6 @@ class COPKGManager : public CMenuTarget
|
||||
err_list = errlist;
|
||||
};
|
||||
void showErr(int* res);
|
||||
std::string err_msg;
|
||||
|
||||
int execCmd(const char* cmdstr, bool verbose = false, bool acknowledge = false);
|
||||
int execCmd(std::string cmdstr, bool verbose = false, bool acknowledge = false) {
|
||||
|
Reference in New Issue
Block a user