projects
/
imager.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add new comparison method rgb_difference that resembles arithmetical difference per...
[imager.git]
/
imperl.h
diff --git
a/imperl.h
b/imperl.h
index fad1d66cc542db52780968bc5606c8f21f158175..94033475939eda7403cb103783fc98a6f6bfbe87 100644
(file)
--- a/
imperl.h
+++ b/
imperl.h
@@
-19,10
+19,6
@@
typedef i_img * Imager;
typedef TT_Fonthandle* Imager__Font__TT;
#endif
-#ifdef HAVE_FT2
-typedef FT2_Fonthandle* Imager__Font__FT2;
-#endif
-
/* for the fill objects
Since a fill object may later have dependent images, (or fills!)
we need perl wrappers - oh well