summaryrefslogtreecommitdiff
path: root/uisimulator/screenhack.c
diff options
context:
space:
mode:
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}