playlist/cue/CueParser: use C++11 initializers

This commit is contained in:
Max Kellermann
2016-02-07 08:30:49 +01:00
parent 4b79f0047d
commit ac9a93261b
2 changed files with 5 additions and 13 deletions

View File

@@ -29,13 +29,6 @@
#include <string.h>
#include <stdlib.h>
CueParser::CueParser()
:state(HEADER),
current(nullptr),
previous(nullptr),
finished(nullptr),
end(false) {}
CueParser::~CueParser()
{
delete current;