remove un-conditional 20 second sleep on-start for now.

Change-Id: I37ff2164b1f0fcdc4f3fad41f344b0d73105a2c1
This commit is contained in:
Michael Meeks
2013-01-18 00:17:20 +08:00
committed by Tor Lillqvist
parent 47c46638f1
commit dfd17e881b

View File

@@ -485,6 +485,7 @@ Java_org_libreoffice_android_Bootstrap_putenv(JNIEnv* env,
putenv(s);
#if 0
{
static int beenhere=0;
if (!beenhere) {
@@ -493,6 +494,7 @@ Java_org_libreoffice_android_Bootstrap_putenv(JNIEnv* env,
beenhere = 1;
}
}
#endif
(*env)->ReleaseStringUTFChars(env, string, s);
}