Kate: Remove unused variables.
This commit is contained in:
parent
10cf42f5ae
commit
f2a641d68b
|
@ -70,9 +70,6 @@ void cmExtraKateGenerator::CreateKateProjectFile(
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string make = mf->GetRequiredDefinition("CMAKE_MAKE_PROGRAM");
|
|
||||||
std::string args = mf->GetSafeDefinition("CMAKE_KATE_MAKE_ARGUMENTS");
|
|
||||||
|
|
||||||
fout <<
|
fout <<
|
||||||
"{\n"
|
"{\n"
|
||||||
"\t\"name\": \"" << this->ProjectName << "\",\n"
|
"\t\"name\": \"" << this->ProjectName << "\",\n"
|
||||||
|
|
Loading…
Reference in New Issue