This a bit of-topic but as you raised it.
PApplet implements PConstants so the constants X, Y and Z are available to the sketch creator. Thus the following sketch will run without problem.
println(X,Y,Z);
it will output 0 1 2
Removing them would any sketches that used them