bin/text_setting: remove unused variable.

This commit is contained in:
ChunEon Park 2015-02-27 17:28:01 +09:00
parent 5e8f437df5
commit 0e885dfd04
1 changed files with 0 additions and 2 deletions

View File

@ -768,8 +768,6 @@ font_name_selected_cb(void *data, Evas_Object *obj,
static char *
font_tag_create(const char *font_name, const char *font_style)
{
text_setting_data *tsd = g_tsd;
if (!font_name) return NULL;
Eina_Strbuf *strbuf = eina_strbuf_new();