mirror of
https://github.com/taglib/taglib.git
synced 2025-07-25 16:34:26 -04:00
Remove ByteVector::null and isNull().
This commit is contained in:
@ -85,7 +85,6 @@ public:
|
||||
|
||||
i.clear();
|
||||
CPPUNIT_ASSERT(i.isEmpty());
|
||||
CPPUNIT_ASSERT(!i.isNull()); // deprecated, but worth it to check.
|
||||
}
|
||||
|
||||
void testFind1()
|
||||
|
Reference in New Issue
Block a user