[matroska] r737 - trunk/libebml/ebml
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: robux4 Date: 2004-08-28 18:18:17 +0400 (Sat, 28 Aug 2004) New Revision: 737 Modified: trunk/libebml/ebml/EbmlFloat.h Log: remove the unsupported float80 support Modified: trunk/libebml/ebml/EbmlFloat.h =================================================================== --- trunk/libebml/ebml/EbmlFloat.h 2004-08-28 14:05:09 UTC (rev 736) +++ trunk/libebml/ebml/EbmlFloat.h 2004-08-28 14:18:17 UTC (rev 737) @@ -91,13 +91,8 @@ } protected: -#if LIBEBML_SUPPORT_FLOAT80 - long double Value; /// The actual value of the element - long double DefaultValue; -#else // LIBEBML_SUPPORT_FLOAT80 double Value; /// The actual value of the element double DefaultValue; -#endif // LIBEBML_SUPPORT_FLOAT80 }; END_LIBEBML_NAMESPACE