gimp r27435 - trunk/app/text



Author: neo
Date: Mon Oct 27 08:16:46 2008
New Revision: 27435
URL: http://svn.gnome.org/viewvc/gimp?rev=27435&view=rev

Log:
removed unused defines


Modified:
   trunk/app/text/gimptextlayout-render.c

Modified: trunk/app/text/gimptextlayout-render.c
==============================================================================
--- trunk/app/text/gimptextlayout-render.c	(original)
+++ trunk/app/text/gimptextlayout-render.c	Mon Oct 27 08:16:46 2008
@@ -24,7 +24,6 @@
 #include "config.h"
 
 #include <glib-object.h>
-#include <cairo.h>
 #include <pango/pangocairo.h>
 #include <pango/pango-font.h>
 
@@ -39,12 +38,6 @@
 #include "gimptextlayout-render.h"
 
 
-/* for compatibility with older freetype versions */
-#ifndef FT_LOAD_TARGET_MONO
-#define FT_LOAD_TARGET_MONO  FT_LOAD_MONOCHROME
-#endif
-
-
 /*  This file duplicates quite a lot of code from pangoft2.c.
  *  At some point all this should be folded back into Pango.
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]