mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 06:54:05 +02:00
Removed unused methods in LinkApp class
This commit is contained in:
parent
7b10f9448b
commit
90a8d90e49
@ -643,24 +643,6 @@ unique_ptr<Launcher> LinkApp::prepareLaunch(const string &selectedFile) {
|
||||
move(commandLine), consoleApp));
|
||||
}
|
||||
|
||||
const string &LinkApp::getExec() {
|
||||
return exec;
|
||||
}
|
||||
|
||||
void LinkApp::setExec(const string &exec) {
|
||||
this->exec = exec;
|
||||
edited = true;
|
||||
}
|
||||
|
||||
const string &LinkApp::getParams() {
|
||||
return params;
|
||||
}
|
||||
|
||||
void LinkApp::setParams(const string ¶ms) {
|
||||
this->params = params;
|
||||
edited = true;
|
||||
}
|
||||
|
||||
const string &LinkApp::getManual() {
|
||||
return manual;
|
||||
}
|
||||
|
@ -72,10 +72,6 @@ public:
|
||||
|
||||
bool consoleApp = false;
|
||||
|
||||
const std::string &getExec();
|
||||
void setExec(const std::string &exec);
|
||||
const std::string &getParams();
|
||||
void setParams(const std::string ¶ms);
|
||||
const std::string &getManual();
|
||||
void setManual(const std::string &manual);
|
||||
const std::string &getSelectorDir();
|
||||
|
Loading…
Reference in New Issue
Block a user