Remove 'return' in idle_flush.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 83289
This commit is contained in:
Christopher Michael 2013-01-24 09:21:37 +00:00 committed by Christopher Michael
parent 801cfc567d
commit e645261b95
1 changed files with 0 additions and 2 deletions

View File

@ -443,8 +443,6 @@ evas_swapbuf_idle_flush(Outbuf *ob)
/* check for valid output buffer */
if (!ob) return;
return;
/* check for valid swapper */
if (!ob->priv.swapper) return;