Remove unused function

Change-Id: I04eea17a3674beb59c84e3992f9bb2754f7b3525
Reviewed-on: http://codereview.qt.nokia.com/3646
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
Jason McDonald 2011-08-26 18:36:59 +10:00 committed by Qt by Nokia
parent c3dd4b834a
commit e99eb3c2c1

View File

@ -972,12 +972,6 @@ void seedRandom()
}
}
int qTestRandomSeed()
{
Q_ASSERT(QTest::seedSet);
return QTest::seed;
}
template<typename T>
void swap(T * array, int pos, int otherPos)
{