diff options
Diffstat (limited to 'libpiano/src/xml.c')
-rw-r--r-- | libpiano/src/xml.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpiano/src/xml.c b/libpiano/src/xml.c index cfbfe85..36afc87 100644 --- a/libpiano/src/xml.c +++ b/libpiano/src/xml.c @@ -267,8 +267,6 @@ static void PianoXmlParsePlaylistCb (const char *key, const ezxml_t value, song->userSeed = strdup (valueStr); } else if (strcmp ("songTitle", key) == 0) { song->title = strdup (valueStr); - } else if (strcmp ("identity", key) == 0) { - song->identity = strdup (valueStr); } else if (strcmp ("rating", key) == 0) { if (strcmp (valueStr, "1") == 0) { song->rating = PIANO_RATE_LOVE; |