emotion: remove unused variable

SVN revision: 73898
This commit is contained in:
Jihoon Kim 2012-07-15 23:59:52 +00:00
parent bf6a819dde
commit 810cb4c1e1
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ bg_key_down(void *data __UNUSED__, Evas *e __UNUSED__, Evas_Object *obj __UNUSED
static void
video_obj_time_changed(Evas_Object *obj, Evas_Object *edje)
{
double pos, len, scale, bsize;
double pos, len, scale;
char buf[256];
int ph, pm, ps, pf, lh, lm, ls;