]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - tests/uninit.qc
eh
[xonotic/gmqcc.git] / tests / uninit.qc
index 3d75f07173c137aae898460149f64c26296ee16e..d71721c32f22844eb000cd5a30103c5027602247 100644 (file)
@@ -1,7 +1,3 @@
-void   print(...)    = #1;
-string ftos (float)  = #2;
-string vtos (vector) = #5;
-
 vector main(float a, vector vin) {
     vector v;