mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-04 09:30:32 +01:00
Remove unused _cairo_hash_table_size
This commit is contained in:
parent
c2bf6e8ae4
commit
1e27ca7d45
2 changed files with 0 additions and 17 deletions
|
|
@ -84,7 +84,4 @@ _cairo_hash_table_foreach (cairo_hash_table_t *hash_table,
|
|||
cairo_hash_callback_func_t hash_callback,
|
||||
void *closure);
|
||||
|
||||
cairo_private unsigned long
|
||||
_cairo_hash_table_size (cairo_hash_table_t *hash_table);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -576,17 +576,3 @@ _cairo_hash_table_foreach (cairo_hash_table_t *hash_table,
|
|||
_cairo_hash_table_manage (hash_table);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* _cairo_hash_table_size:
|
||||
* @hash_table: a hash table
|
||||
*
|
||||
* Gets the size of the hash table.
|
||||
*
|
||||
* Return value: the size of the hash table.
|
||||
**/
|
||||
unsigned long
|
||||
_cairo_hash_table_size (cairo_hash_table_t *hash_table)
|
||||
{
|
||||
return hash_table->live_entries;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue