Backout 206148a18467 for windows M3 oranges

This commit is contained in:
Ms2ger 2011-07-17 12:06:28 +02:00
Родитель fb4cf54bd7
Коммит 88be868bd6
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -147,11 +147,8 @@ void nsDeviceMotionSystem::Startup()
if (mSensor)
started = mSensor->Startup();
if (!started) {
delete mSensor;
mSensor = nsnull;
if (!started)
return;
}
mUpdateTimer = do_CreateInstance("@mozilla.org/timer;1");
if (mUpdateTimer)