kate: the prev_target is not used by kate
...this was a leftover from experimenting Alex
This commit is contained in:
parent
8b275894da
commit
8bd6cf0f33
|
@ -90,7 +90,6 @@ cmExtraKateGenerator::WriteTargets(const cmMakefile* mf,
|
||||||
"\t\"build\": {\n"
|
"\t\"build\": {\n"
|
||||||
"\t\t\"directory\": \"" << mf->GetHomeOutputDirectory() << "\",\n"
|
"\t\t\"directory\": \"" << mf->GetHomeOutputDirectory() << "\",\n"
|
||||||
"\t\t\"default_target\": \"all\",\n"
|
"\t\t\"default_target\": \"all\",\n"
|
||||||
"\t\t\"prev_target\": \"all\",\n"
|
|
||||||
"\t\t\"clean_target\": \"clean\",\n"
|
"\t\t\"clean_target\": \"clean\",\n"
|
||||||
"\t\t\"targets\":[\n";
|
"\t\t\"targets\":[\n";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue