Do not use return with void functions
https://bugzilla.gnome.org/show_bug.cgi?id=654718
This commit is contained in:
parent
1402c05112
commit
e25e48efb3
@ -3034,7 +3034,7 @@ _clutter_context_release_id (guint32 id_)
|
||||
{
|
||||
ClutterMainContext *context = _clutter_context_get_default ();
|
||||
|
||||
return _clutter_id_pool_remove (context->id_pool, id_);
|
||||
_clutter_id_pool_remove (context->id_pool, id_);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user