compositor: Kill unused variable

This commit is contained in:
Jasper St. Pierre 2014-03-20 13:18:55 -04:00
parent ca4777f778
commit e67abdd3ff

View File

@ -421,7 +421,6 @@ meta_begin_modal_for_plugin (MetaScreen *screen,
* merge the two. * merge the two.
*/ */
MetaDisplay *display = meta_screen_get_display (screen); MetaDisplay *display = meta_screen_get_display (screen);
gboolean ok;
if (is_modal (display) || display->grab_op != META_GRAB_OP_NONE) if (is_modal (display) || display->grab_op != META_GRAB_OP_NONE)
return FALSE; return FALSE;