]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/calls.qc
Merge branch 'master' into cooking
[xonotic/gmqcc.git] / tests / calls.qc
index e230dc46adfaffe7fede589f9393c169deae7a38..7b09f11e0737abcc288403d8e530f3e909f63243 100644 (file)
@@ -1,6 +1,3 @@
-void(string, ...) print = #1;
-string(float) ftos = #2;
-
 float(float x, float y, float z) sum = {
     return x + y + z;
 };