X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=tests%2Fcalls.qc;h=7b09f11e0737abcc288403d8e530f3e909f63243;hb=f2b21158d801e96b5f8d7c9491186267dc75a4dc;hp=e230dc46adfaffe7fede589f9393c169deae7a38;hpb=60807b677cecb414b501503d73b50714534ff3b0;p=xonotic%2Fgmqcc.git diff --git a/tests/calls.qc b/tests/calls.qc index e230dc4..7b09f11 100644 --- a/tests/calls.qc +++ b/tests/calls.qc @@ -1,6 +1,3 @@ -void(string, ...) print = #1; -string(float) ftos = #2; - float(float x, float y, float z) sum = { return x + y + z; };