diff options
author | Max Kellermann <max@duempel.org> | 2009-03-14 14:20:08 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-03-14 14:20:08 +0100 |
commit | be38ad5b93e1a232c92e2c8386d7ceeb1ca91669 (patch) | |
tree | a5843494f64986f3d5d222ec752b64dd7d6f8ac0 /src/sticker.h | |
parent | 24da9410fa0d343acf35a47afcb666398d032aea (diff) | |
download | mpd-be38ad5b93e1a232c92e2c8386d7ceeb1ca91669.tar.gz mpd-be38ad5b93e1a232c92e2c8386d7ceeb1ca91669.tar.xz mpd-be38ad5b93e1a232c92e2c8386d7ceeb1ca91669.zip |
sticker: don't export sticker_list_values()
sticker_list_values() is only used internally in sticker.c. Remove
sticker_song_list_values() completely, it is superseded by
sticker_song_get().
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(). */ |