summaryrefslogtreecommitdiff
path: root/uisimulator/screenhack.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-03-26 13:44:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-03-26 13:44:16 +0000
commite35c0b3dbfc16f2185b93be005b19fc7def57d60 (patch)
tree70652d4934dfffaaa96110b5e0452555adc9f5aa /uisimulator/screenhack.c
parent3066991c061dab5224279ab4df988c8f9317f216 (diff)
downloadrockbox-e35c0b3dbfc16f2185b93be005b19fc7def57d60.tar.gz
rockbox-e35c0b3dbfc16f2185b93be005b19fc7def57d60.zip
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.c6
1 files changed, 0 insertions, 6 deletions
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)
570 570
571 XSync (dpy, False); 571 XSync (dpy, False);
572 572
573 /* This is the one and only place that the random-number generator is
574 seeded in any screenhack. You do not need to seed the RNG again,
575 it is done for you before your code is invoked. */
576# undef ya_rand_init
577 ya_rand_init ((int) time ((time_t *) 0));
578
579 screenhack (dpy, window); /* doesn't return */ 573 screenhack (dpy, window); /* doesn't return */
580 return 0; 574 return 0;
581} 575}