gl_drm: remove dead return statement

Summary:
This return can never be reached in this function.

CID: 1402607
Depends on D10682

Reviewers: raster, devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10683
This commit is contained in:
Stefan Schmidt 2019-11-15 11:56:56 -05:00 committed by Christopher Michael
parent 8780f311ea
commit f6b066df2a
1 changed files with 0 additions and 2 deletions

View File

@ -609,8 +609,6 @@ evas_outbuf_buffer_state_get(Outbuf *ob)
}
else
return MODE_FULL;
return ob->swap_mode;
}
int