Remove the body of deprecated function Ogg::Page::getCopyWithNewPageSequenceNumber().

This commit is contained in:
Tsuda Kageyu
2016-01-28 12:00:27 +09:00
parent fe92f3dffe
commit 0b62ba1530
3 changed files with 5 additions and 21 deletions

1
NEWS
View File

@ -29,6 +29,7 @@
* Marked ByteVector::null and ByteVector::isNull() deprecated.
* Marked String::null and ByteVector::isNull() deprecated.
* Marked XiphComment::removeField() deprecated.
* Marked Ogg::Page::getCopyWithNewPageSequenceNumber() deprecated. It returns null.
* Marked custom integer types deprecated.
* Many smaller bug fixes and performance improvements.