From e35c0b3dbfc16f2185b93be005b19fc7def57d60 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 26 Mar 2002 13:44:16 +0000 Subject: removed unused crap git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/screenhack.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'uisimulator/screenhack.c') diff --git a/uisimulator/screenhack.c b/uisimulator/screenhack.c index 538400944e..4e3c9c9146 100644 --- a/uisimulator/screenhack.c +++ b/uisimulator/screenhack.c @@ -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; } -- cgit v1.2.3