kate: the prev_target is not used by kate

...this was a leftover from experimenting

Alex
This commit is contained in:
Alex Neundorf 2013-12-29 06:40:14 +01:00
parent 8b275894da
commit 8bd6cf0f33
1 changed files with 0 additions and 1 deletions

View File

@ -90,7 +90,6 @@ cmExtraKateGenerator::WriteTargets(const cmMakefile* mf,
"\t\"build\": {\n"
"\t\t\"directory\": \"" << mf->GetHomeOutputDirectory() << "\",\n"
"\t\t\"default_target\": \"all\",\n"
"\t\t\"prev_target\": \"all\",\n"
"\t\t\"clean_target\": \"clean\",\n"
"\t\t\"targets\":[\n";