Comment out unused function...was giving a "defined but not used" warning

during compile. Left function intact, just commented out, in case it was
meant for use later.


SVN revision: 33658
This commit is contained in:
Christopher Michael 2008-02-01 01:45:46 +00:00
parent 561eb3c20c
commit f665bd40d6
1 changed files with 2 additions and 0 deletions

View File

@ -213,6 +213,7 @@ _style_clear(Evas_Textblock_Style *ts)
}
/* setting a textblock via markup */
/*
static char *
_style_match_replace(Evas_Textblock_Style *ts, char *s)
{
@ -227,6 +228,7 @@ _style_match_replace(Evas_Textblock_Style *ts, char *s)
}
return NULL;
}
*/
static char *
_style_match_tag(Evas_Textblock_Style *ts, char *s)