MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / deleteConfiguration

Method deleteConfiguration

src/base/compiler.cpp:100–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void Compiler::deleteConfiguration(int index) {
101 if (0 <= index && index < configurationNames.size()) {
102 configurationNames.removeAt(index);
103 compilerArguments.removeAt(index);
104 interpreterArguments.removeAt(index);
105 }
106}
107
108void Compiler::copyFrom(Compiler *other) {
109 compilerType = other->getCompilerType();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected