From c86563b0c0dbabac1879cf77719d50d582b247f5 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Sun, 3 Dec 2023 19:07:13 -0500 Subject: [PATCH] two-step: Use new ply_get_random_number function --- src/plugins/splash/two-step/plugin.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/splash/two-step/plugin.c b/src/plugins/splash/two-step/plugin.c index 78ca7adf..f0c7ae85 100644 --- a/src/plugins/splash/two-step/plugin.c +++ b/src/plugins/splash/two-step/plugin.c @@ -1107,7 +1107,6 @@ create_plugin (ply_key_file_t *key_file) char *progress_function; char *show_animation_fraction; - srand ((int) ply_get_timestamp ()); plugin = calloc (1, sizeof(ply_boot_splash_plugin_t)); image_dir = ply_key_file_get_value (key_file, "two-step", "ImageDir"); -- 2.47.3