mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Drop (now) unused get_dom_stack_parent() wrapper for get_dom_stack_state()
This commit is contained in:
parent
af19f811e3
commit
774aa70c6f
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user