# HG changeset patch # User Konstantinos Poulios # Date 1295948821 -3600 # Node ID 2b733fb8498c1eadaf3dbf1534e3fd923a052edf # Parent f1ca3ae7ff7c6d3b70704e4fbea7700b55b3c09c disable warning about missing freetype library diff --git a/src/ChangeLog b/src/ChangeLog --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-01-25 Konstantinos Poulios + + * src/graphics.cc (text::properties::update_text_extent): + Disable warning about missing freetype library. + 2011-01-25 Konstantinos Poulios * src/graphics.cc (axes::properties::calc_ticks_and_lims): diff --git a/src/graphics.cc b/src/graphics.cc --- a/src/graphics.cc +++ b/src/graphics.cc @@ -5122,8 +5122,6 @@ halign, valign, get_rotation ()); set_extent (bbox); -#else - warning ("update_text_extent: cannot render text, Freetype library not available"); #endif }