mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
reverted minor change
This commit is contained in:
parent
7af7daafc2
commit
994e39c940
@ -49,8 +49,6 @@ void cVeDmHeader::SetTokenContainer(void) {
|
||||
}
|
||||
|
||||
void cVeDmHeader::SetTitle(const char *title) {
|
||||
if (!title)
|
||||
return;
|
||||
if (this->title && !strcmp(this->title, title))
|
||||
return;
|
||||
free(this->title);
|
||||
|
Loading…
Reference in New Issue
Block a user