]> git.imager.perl.org - imager.git/blobdiff - imager.h
allow freetype-config to be found on cygwin
[imager.git] / imager.h
index b2849a00c2ae2157802c11ca4fc94f38c5d7f927..aba1399bac3a2091f5a368cccea275bd90226948 100644 (file)
--- a/imager.h
+++ b/imager.h
@@ -452,10 +452,6 @@ extern int
 i_gsampf_bg(i_img *im, i_img_dim l, i_img_dim r, i_img_dim y, i_fsample_t *samples, 
           int out_channels, i_fcolor const *bg);
 
-extern im_context_t (*im_get_context)(void);
-
-#define aIMCTX (im_get_context())
-
 #include "imio.h"
 
 #endif