Browse Source

cleanup

android-1.0.101
Volker Birk 7 years ago
parent
commit
55eb258fa0
  1. 4
      src/gen_java_Engine.ysl2

4
src/gen_java_Engine.ysl2

@ -28,10 +28,6 @@ tstylesheet {
template "basic" {
const "itype" call "toIntermediate" with "type", "@type";
const "jtype" call "toJava" with "type", "@type";
const "ptype", "name(parm/*[1])";
const "pitype" call "toIntermediate" with "type", "$ptype";
const "pjtype" call "toJava" with "type", "$ptype";
const "pname", "name(parm/*[2])";
||
private native «$itype» «@name»(`apply "parm/*", mode=basic_iparm`);

Loading…
Cancel
Save