diff options
Diffstat (limited to '')
-rw-r--r-- | src/sticker.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/sticker.h b/src/sticker.h index 9ca740d45..3de4801f9 100644 --- a/src/sticker.h +++ b/src/sticker.h @@ -67,14 +67,6 @@ bool sticker_enabled(void); /** - * Populates a GHashTable with GStrings of sticker keys and values - * from an object's sticker record. The caller must free the returned - * GHashTable with g_hash_list_destroy(). - */ -GHashTable * -sticker_list_values(const char *type, const char *uri); - -/** * Returns one value from an object's sticker record. The caller must * free the return value with g_free(). */ |