diff --git a/libsi/si.h b/libsi/si.h index 02b9cd05..bcb5a2ac 100644 --- a/libsi/si.h +++ b/libsi/si.h @@ -6,7 +6,7 @@ * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * - * $Id: si.h 4.3 2020/05/15 12:32:51 kls Exp $ + * $Id: si.h 5.1 2023/02/16 17:20:09 kls Exp $ * * ***************************************************************************/ @@ -47,7 +47,6 @@ enum TableId { TableIdPAT = 0x00, //program association section TableIdPremiereCIT = 0xA0 //premiere content information section }; - enum DescriptorTag { // defined by ISO/IEC 13818-1 VideoStreamDescriptorTag = 0x02, diff --git a/libsi/util.h b/libsi/util.h index a7f5d602..aa22e37a 100644 --- a/libsi/util.h +++ b/libsi/util.h @@ -6,7 +6,7 @@ * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * - * $Id: util.h 2.3 2012/02/26 13:58:26 kls Exp $ + * $Id: util.h 5.1 2023/02/16 17:20:09 kls Exp $ * * ***************************************************************************/ @@ -121,8 +121,6 @@ private: int off; }; - - //abstract base class class Parsable { public: diff --git a/svdrp.c b/svdrp.c index 962a8b99..f7864114 100644 --- a/svdrp.c +++ b/svdrp.c @@ -10,7 +10,7 @@ * and interact with the Video Disk Recorder - or write a full featured * graphical interface that sits on top of an SVDRP connection. * - * $Id: svdrp.c 5.6 2022/11/22 14:33:48 kls Exp $ + * $Id: svdrp.c 5.7 2023/02/16 17:20:09 kls Exp $ */ #include "svdrp.h" @@ -521,7 +521,6 @@ bool cSVDRPClient::GetRemoteTimers(cStringList &Response) return false; } - // --- cSVDRPServerParams ---------------------------------------------------- class cSVDRPServerParams {