]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/functions-as-params.qc
Shitty testsuite support for windows the hacky way because there exists no sane simpl...
[xonotic/gmqcc.git] / tests / functions-as-params.qc
index 7790e64ed0044e4bc6e740206400e1d67ca3f94e..22136b7ab3d6c1d3e37b926c782d55604088309a 100644 (file)
@@ -1,5 +1,3 @@
-void(string, string) print = #1;
-
 string() getter = {
     return "correct";
 };