]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ast.h
some debug outputs which can be activated via a define, fixing a bug where the shunti...
[xonotic/gmqcc.git] / ast.h
diff --git a/ast.h b/ast.h
index a5eee195eff07d168b9f774e3e0a29831ebae73e..29f3061d70d56632cf944ac2a8ed5052dba272ee 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -133,8 +133,6 @@ struct ast_value_s
         const char   *vstring;
         int           ventity;
         ast_function *vfunc;
-        quaternion    vquat;
-        matrix        vmat;
     } constval;
 
     ir_value *ir_v;