Remove unused constant

This commit is contained in:
Tim Visée
2018-02-12 15:47:56 +01:00
parent 8c377cec81
commit 519a0a83f6

View File

@@ -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;