modules/geolocation: No need to set popup to NULL here.

This is already handled by E_FREE_FUNC. Thanks to zmike for spotting this
during review.
This commit is contained in:
Stefan Schmidt 2014-11-12 16:58:18 +01:00 committed by Mike Blumenkrantz
parent f848a8abec
commit 4acf514f52
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ void
popup_del(Instance *inst)
{
E_FREE_FUNC(inst->popup, e_object_del);
inst->popup = NULL;
}
static void