evas/filter: Remove unused variable

lib/evas/filters/evas_filter_parser.c:861:14: warning: unused variable 'ok' [-Wunused-variable]
This commit is contained in:
Stefan Schmidt 2015-08-24 10:15:11 +02:00
parent c4b4cd5967
commit eb6832f62e
1 changed files with 1 additions and 1 deletions

View File

@ -858,7 +858,7 @@ _buffer_instruction_parse_run(lua_State *L,
{
char bufname[64] = {0};
const char *src, *type;
Eina_Bool ok, alpha = EINA_FALSE;
Eina_Bool alpha = EINA_FALSE;
Buffer *buf;
EINA_SAFETY_ON_NULL_RETURN_VAL(pgm, EINA_FALSE);