1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00

Drop (now) unused get_dom_stack_parent() wrapper for get_dom_stack_state()

This commit is contained in:
Jonas Fonseca 2005-12-27 04:44:20 +01:00 committed by Jonas Fonseca
parent af19f811e3
commit 774aa70c6f

View File

@ -89,7 +89,6 @@ get_dom_stack_state(struct dom_stack *stack, int top_offset)
return &stack->states[stack->depth - 1 - top_offset];
}
#define get_dom_stack_parent(stack) get_dom_stack_state(stack, 1)
#define get_dom_stack_top(stack) get_dom_stack_state(stack, 0)
static inline void *