COPKGManager: remove useless err_msg var, replaced by tmp_str

Origin commit data
------------------
Branch: ni/coolstream
Commit: 79f66537f0
Author: Thilo Graf <dbt@novatux.de>
Date: 2015-05-25 (Mon, 25 May 2015)


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

------------------
This commit was generated by Migit
This commit is contained in:
2015-05-25 15:31:20 +02:00
parent 60f9324a52
commit e5399ec38e
2 changed files with 1 additions and 3 deletions

View File

@@ -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) {