]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/equality.qc
eh
[xonotic/gmqcc.git] / tests / equality.qc
index bc134b0d1b6c93295f85137c8d05bfcd9a572db1..95eccb824f292caa90976e8198cba7c3566e2d22 100644 (file)
@@ -1,6 +1,3 @@
-void(string, ...) print = #1;
-string(float) ftos = #2;
-
 void(float a, float b) main = {
     if (a == b) print("eq,");
     if (a != b) print("ne,");