# HG changeset patch # User Konstantinos Poulios # Date 1295948821 -3600 # Node ID 1f56327759e5f5c84cbdb7725273cee6cd3a8ce9 # Parent a73df5341f3cfc208d8ffcd5c4a8191feb5dc4cc 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 }