mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 07:13:45 +01:00
Remove unnecessary arguments
This commit is contained in:
parent
b56f030127
commit
14de9219b7
@ -215,12 +215,12 @@ end
|
|||||||
|
|
||||||
function pr.hardlight(r)
|
function pr.hardlight(r)
|
||||||
r:expect":"
|
r:expect":"
|
||||||
return r:subtexp(r)
|
return r:subtexp()
|
||||||
end
|
end
|
||||||
|
|
||||||
function pr.mask(r)
|
function pr.mask(r)
|
||||||
r:expect":"
|
r:expect":"
|
||||||
return r:subtexp(r)
|
return r:subtexp()
|
||||||
end
|
end
|
||||||
|
|
||||||
function pr.lowpart(r)
|
function pr.lowpart(r)
|
||||||
|
Loading…
Reference in New Issue
Block a user