formatting

SVN revision: 74416
This commit is contained in:
Mike Blumenkrantz 2012-07-26 06:49:35 +00:00
parent 325aaa82ad
commit 7fd07d8712
1 changed files with 99 additions and 100 deletions

View File

@ -234,7 +234,6 @@ _e_font_fontconfig_name_parse(Eina_Hash **font_hash, E_Font_Properties *efp, con
return efp;
}
static Eina_Hash *
_e_font_available_hash_add(Eina_Hash *font_hash, const char *full_name)
{
@ -273,7 +272,6 @@ e_font_available_list_parse(Eina_List *list)
return font_hash;
}
EAPI const char *
e_font_fontconfig_name_get(const char *name, const char *style)
{
@ -480,3 +478,4 @@ e_font_default_string_get(const char *text_class, Evas_Font_Size *size_ret)
if (size_ret) *size_ret = efd->size;
return _fn_buf;
}