Fix Xephyr compilation when DEBUG is enabled
authorMichele Baldessari <michele@acksyn.org>
Sun, 15 Sep 2013 18:56:34 +0000 (19:56 +0100)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 14 Oct 2013 01:07:37 +0000 (11:07 +1000)
commit70efc799cbeec26f19831b3b14c0d4646198a077
treee8da79af10974dc1f442c60a5bb727476f2e4ece
parent5ac4bfca64bd75474e550b26bc1195a5ca245752
Fix Xephyr compilation when DEBUG is enabled

When DEBUG is enabled Xephyr compilation fails:
ephyrdriext.c:343:133: error: 'is_ok' undeclared (first use in this
function)
     EPHYR_LOG("leave. is_ok:%d\n", is_ok);

Just reemove bogus is_ok variable.

Signed-off-by: Michele Baldessari <michele@acksyn.org>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
hw/kdrive/ephyr/ephyrdriext.c