]> git.wh0rd.org - fontconfig.git/blobdiff - src/fcmatrix.c
[xml] Remove unused code
[fontconfig.git] / src / fcmatrix.c
index 863fe692c9056a84aa5676d1114048ca7b8ef635..1d6e2f6b07f1ca91f888ec77b75edf10e243fd19 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $RCSId: $
+ * fontconfig/src/fcmatrix.c
  *
  * Copyright © 2000 Tuomas J. Lukka
  *
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include "fcint.h"
 #include <math.h>
 #include <stdlib.h>
 #include <ctype.h>
-#include "fcint.h"
 
 const FcMatrix    FcIdentityMatrix = { 1, 0, 0, 1 };
 
@@ -115,3 +115,6 @@ FcMatrixShear (FcMatrix *m, double sh, double sv)
     r.yy = 1;
     FcMatrixMultiply (m, &r, m);
 }
+#define __fcmatrix__
+#include "fcaliastail.h"
+#undef __fcmatrix__