summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--b4light.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/b4light.c b/b4light.c
index c867665..b942cd9 100644
--- a/b4light.c
+++ b/b4light.c
@@ -287,11 +287,7 @@ main(int argc, char *argv[])
unsigned int w, h, b, d;
Status s;
-#if !defined(X_NOT_POSIX)
srand((int)time((time_t *)NULL));
-#else
- srand((int)time((int *)NULL));
-#endif
toplevel = XtAppInitialize (&app_con, "Beforelight", NULL, ZERO,
&argc, argv, NULL, NULL, ZERO);