shithub: freetype+ttf2subf

Download patch

ref: 34eca6ec6300af6e7f6210f784159eddc06ca3ad
parent: e9e93d1b19201a5e258f6cd91ada496b6c636a83
author: Werner Lemberg <[email protected]>
date: Sat Sep 17 05:46:46 EDT 2011

Remove unused FT_ALIGNMENT macro.

* builds/unix/ftconfig.in, builds/vms/ftconfig.h,
include/freetype/config/ftconfig.h: Do it.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-09-17  Werner Lemberg  <[email protected]>
+
+	Remove unused FT_ALIGNMENT macro.
+
+	* builds/unix/ftconfig.in, builds/vms/ftconfig.h,
+	include/freetype/config/ftconfig.h: Do it.
+
 2011-09-17  Alexei Podtelezhnikov  <[email protected]>
 
 	[smooth] Slightly optimize conic and cubic flatterners.
--- a/builds/unix/ftconfig.in
+++ b/builds/unix/ftconfig.in
@@ -117,10 +117,6 @@
 #endif /* !FT_USE_AUTOCONF_SIZEOF_TYPES */
 
 
-  /* Preferred alignment of data */
-#define FT_ALIGNMENT  8
-
-
   /* FT_UNUSED is a macro used to indicate that a given parameter is not  */
   /* used -- this is only used to get rid of unpleasant compiler warnings */
 #ifndef FT_UNUSED
--- a/builds/vms/ftconfig.h
+++ b/builds/vms/ftconfig.h
@@ -70,10 +70,6 @@
 #define FT_CHAR_BIT  8
 
 
-  /* Preferred alignment of data */
-#define FT_ALIGNMENT  8
-
-
   /* FT_UNUSED is a macro used to indicate that a given parameter is not  */
   /* used -- this is only used to get rid of unpleasant compiler warnings */
 #ifndef FT_UNUSED
--- a/include/freetype/config/ftconfig.h
+++ b/include/freetype/config/ftconfig.h
@@ -95,10 +95,6 @@
 #endif
 
 
-  /* Preferred alignment of data */
-#define FT_ALIGNMENT  8
-
-
   /* FT_UNUSED is a macro used to indicate that a given parameter is not  */
   /* used -- this is only used to get rid of unpleasant compiler warnings */
 #ifndef FT_UNUSED