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:
parent
c3dd4b834a
commit
e99eb3c2c1
@ -972,12 +972,6 @@ void seedRandom()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int qTestRandomSeed()
|
|
||||||
{
|
|
||||||
Q_ASSERT(QTest::seedSet);
|
|
||||||
return QTest::seed;
|
|
||||||
}
|
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
void swap(T * array, int pos, int otherPos)
|
void swap(T * array, int pos, int otherPos)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user