mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 11:08:12 +02:00
Remove dead cff_dict_remove function
I assume this was just a leftover that was meant to be removed earlier. If not, please feel free to bring it back again.
This commit is contained in:
parent
89cf8dbf52
commit
db3493bef7
1 changed files with 0 additions and 14 deletions
|
|
@ -515,20 +515,6 @@ fail:
|
|||
return status;
|
||||
}
|
||||
|
||||
static void
|
||||
cff_dict_remove (cairo_hash_table_t *dict, unsigned short operator)
|
||||
{
|
||||
cff_dict_operator_t key, *op;
|
||||
|
||||
_cairo_dict_init_key (&key, operator);
|
||||
if (_cairo_hash_table_lookup (dict, &key.base,
|
||||
(cairo_hash_entry_t **) &op))
|
||||
{
|
||||
free (op->operand);
|
||||
_cairo_hash_table_remove (dict, (cairo_hash_entry_t *) op);
|
||||
}
|
||||
}
|
||||
|
||||
static unsigned char *
|
||||
cff_dict_get_operands (cairo_hash_table_t *dict,
|
||||
unsigned short operator,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue