vg4->actionstack->pop()
Remove upmost element from actionstack.
SYNTAX
void
vg4->actionstack->pop(void)
DESCRIPTION
Remove upmost element from actionstack.
This function calls the freeing function set with vg4->actionstack->freefunction()
to free the element-data passed to vg4->actionstack->push().
SEE ALSO