1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 07:41:21 +00:00

Removes inexistent sub/function declarations.

This commit is contained in:
FellippeHeitor 2020-01-02 19:49:29 -03:00
parent 114bd7b5a8
commit d7f77cd2af

View file

@ -3312,26 +3312,10 @@ id.specialformat = "?[,?]"
id.ret = STRINGTYPE - ISPOINTER
regid
clearid
id.n = "_BORDERWIDTH"
id.subfunc = 1
id.callname = "func__borderwidth"
id.args = 0
id.ret = LONGTYPE - ISPOINTER
regid
clearid
id.n = "_TITLEBARHEIGHT"
id.subfunc = 1
id.callname = "func__titlebarheight"
id.args = 0
id.ret = LONGTYPE - ISPOINTER
regid
clearid
id.n = "_CINP"
id.subfunc = 1
id.callname = "func__CInp"
id.callname = "func__cinp"
id.args = 1
id.arg = MKL$(LONGTYPE - ISPOINTER)
id.specialformat = "[?]"
@ -3400,14 +3384,6 @@ id.arg = MKL$(LONGTYPE - ISPOINTER) + MKL$(LONGTYPE - ISPOINTER)
id.specialformat = "[{_SHOW|_HIDE}][,?]"
regid
clearid
id.n = "_CONSOLEMOUSEX"
id.subfunc = 1
id.callname = "func__consolemousex"
id.args = 0
id.ret = LONGTYPE - ISPOINTER
regid
clearid
id.n = "_CONSOLEINPUT"
id.subfunc = 1