aboutsummaryrefslogtreecommitdiffstats
path: root/src/song_sticker.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-03-14 14:20:08 +0100
committerMax Kellermann <max@duempel.org>2009-03-14 14:20:08 +0100
commitbe38ad5b93e1a232c92e2c8386d7ceeb1ca91669 (patch)
treea5843494f64986f3d5d222ec752b64dd7d6f8ac0 /src/song_sticker.h
parent24da9410fa0d343acf35a47afcb666398d032aea (diff)
downloadmpd-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 'src/song_sticker.h')
-rw-r--r--src/song_sticker.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/song_sticker.h b/src/song_sticker.h
index 3b27e91b6..9b32c9215 100644
--- a/src/song_sticker.h
+++ b/src/song_sticker.h
@@ -42,13 +42,6 @@ sticker_song_set_value(const struct song *song,
const char *name, const char *value);
/**
- * Returns a hash table of key value pairs from a song's sticker record.
- * The caller must free the GHashTable with g_hash_table_destroy().
- */
-GHashTable *
-sticker_song_list_values(const struct song *song);
-
-/**
* Deletes a sticker from the database. All values are deleted.
*/
bool