diff options
-rw-r--r-- | b4light.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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); |