From 519a0a83f657fc4b6ab20c7e58cb7a758272f059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Vis=C3=A9e?= Date: Mon, 12 Feb 2018 15:47:56 +0100 Subject: [PATCH] Remove unused constant --- src/app.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app.rs b/src/app.rs index 12aeb85..414f1ea 100644 --- a/src/app.rs +++ b/src/app.rs @@ -9,6 +9,3 @@ pub const DEFAULT_THREAD_COUNT: usize = 4; // The default frames per second rate pub const DEFAULT_IMAGE_FPS: u32 = 1; - -// The amount of milliseconds to wait for an image, when a painter has no image. -pub const PAINTER_IMAGE_WAIT_DELAY_MILLIS: u64 = 100;