elementary/config - minus font overlay size is acceptable.

SVN revision: 78704
This commit is contained in:
ChunEon Park 2012-10-31 12:08:36 +00:00
parent 299545f561
commit 0ec0cef2b3
1 changed files with 0 additions and 1 deletions

View File

@ -1779,7 +1779,6 @@ elm_config_font_overlay_set(const char *text_class,
Evas_Font_Size size)
{
EINA_SAFETY_ON_NULL_RETURN(text_class);
if (size < 0) return;
_elm_config_font_overlay_set(text_class, font, size);
}