remove extra import

This commit is contained in:
bagomot 2023-05-15 12:14:27 +03:00
parent f339555061
commit a04bbd8789
No known key found for this signature in database
GPG Key ID: F28BBD3A259717A8
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ import std.algorithm;
import std.traits;
import std.conv;
import std.range;
import dimage.jpeg;
/// special color constant to identify value as not a color (to use default/parent value instead)
immutable uint COLOR_UNSPECIFIED = 0xFFDEADFF;