Remove an unused static method

This was added in 44640712f without actually being used.
This commit is contained in:
Martin Storsjö
2014-05-05 15:13:43 +03:00
parent 15432d4fc5
commit c0f2487631

View File

@@ -41,10 +41,6 @@ void InitMe( const uint8_t kuiQp, const uint32_t kuiMvdTableMiddle, const uint32
pMe->sMv.iMvX = pMe->sMv.iMvY = 0;
}
static inline int GetRandomMv(int32_t iMin, int32_t iMax) {
return (rand()%(iMax-iMin)-(iMax-iMin)/2);
}
class MotionEstimateTest : public ::testing::Test {
public:
virtual void SetUp() {