removeListener?

function function1():void
{
stage.addEventListener(Event.EventType,subFunction);

function subFunction(evt:EventType):void
{
    ...
}

}

function function2():void
{
stage.removeEventListener(Event.Type,sunFunction);
}

don’t work???
help me pls…

thanks,
best regards.