diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-03-26 13:44:16 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-03-26 13:44:16 +0000 |
| commit | e35c0b3dbfc16f2185b93be005b19fc7def57d60 (patch) | |
| tree | 70652d4934dfffaaa96110b5e0452555adc9f5aa /uisimulator/screenhack.c | |
| parent | 3066991c061dab5224279ab4df988c8f9317f216 (diff) | |
| download | rockbox-e35c0b3dbfc16f2185b93be005b19fc7def57d60.zip rockbox-e35c0b3dbfc16f2185b93be005b19fc7def57d60.tar.gz rockbox-e35c0b3dbfc16f2185b93be005b19fc7def57d60.tar.bz2 rockbox-e35c0b3dbfc16f2185b93be005b19fc7def57d60.tar.xz | |
removed unused crap
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/screenhack.c')
| -rw-r--r-- | uisimulator/screenhack.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/uisimulator/screenhack.c b/uisimulator/screenhack.c index 5384009..4e3c9c9 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; } |