1
0

Remove XON/XOFF builtinfunction

This commit is contained in:
otya128
2016-12-30 13:33:43 +09:00
parent 80aade0e5b
commit b503d8d48b

View File

@@ -333,12 +333,6 @@ class BuiltinFunction
{ {
return p.backcolor; return p.backcolor;
} }
static void XON(PetitComputer p, Value mode/*!?!???!?*/)
{
}
static void XOFF(PetitComputer p, Value mode/*!?!???!?*/)
{
}
static void TOUCH(PetitComputer p, out int tm, out int tchx, out int tchy) static void TOUCH(PetitComputer p, out int tm, out int tchx, out int tchy)
{ {
auto pos = p.touchPosition; auto pos = p.touchPosition;