[matroska] r1067 - trunk/libebml/src
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4
Date: 2005-02-06 19:17:47 +0300 (Sun, 06 Feb 2005)
New Revision: 1067
Modified:
trunk/libebml/src/EbmlBinary.cpp
Log:
libebml: remove wrong comment
Modified: trunk/libebml/src/EbmlBinary.cpp
===================================================================
--- trunk/libebml/src/EbmlBinary.cpp 2005-02-05 21:34:26 UTC (rev 1066)
+++ trunk/libebml/src/EbmlBinary.cpp 2005-02-06 16:17:47 UTC (rev 1067)
@@ -44,9 +44,6 @@
:EbmlElement(0, false), Data(NULL)
{}
-/*!
- \todo shouldn't we copy the Data if they exist ???
-*/
EbmlBinary::EbmlBinary(const EbmlBinary & ElementToClone)
:EbmlElement(ElementToClone)
{