diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp index 81d2af64fdd..065bd5c3580 100644 --- a/src/testlib/qtestcase.cpp +++ b/src/testlib/qtestcase.cpp @@ -972,12 +972,6 @@ void seedRandom() } } -int qTestRandomSeed() -{ - Q_ASSERT(QTest::seedSet); - return QTest::seed; -} - template void swap(T * array, int pos, int otherPos) {