1
0
Fork 0
forked from len0rd/rockbox

removed unused crap

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-03-26 13:44:16 +00:00
parent 3066991c06
commit e35c0b3dbf
4 changed files with 1 additions and 260 deletions

View file

@ -570,12 +570,6 @@ main (int argc, char **argv)
XSync (dpy, False);
/* This is the one and only place that the random-number generator is
seeded in any screenhack. You do not need to seed the RNG again,
it is done for you before your code is invoked. */
# undef ya_rand_init
ya_rand_init ((int) time ((time_t *) 0));
screenhack (dpy, window); /* doesn't return */
return 0;
}