mirror of https://github.com/buggins/dlangui.git
remove extra import
This commit is contained in:
parent
f339555061
commit
a04bbd8789
|
@ -25,7 +25,6 @@ import std.algorithm;
|
||||||
import std.traits;
|
import std.traits;
|
||||||
import std.conv;
|
import std.conv;
|
||||||
import std.range;
|
import std.range;
|
||||||
import dimage.jpeg;
|
|
||||||
|
|
||||||
/// special color constant to identify value as not a color (to use default/parent value instead)
|
/// special color constant to identify value as not a color (to use default/parent value instead)
|
||||||
immutable uint COLOR_UNSPECIFIED = 0xFFDEADFF;
|
immutable uint COLOR_UNSPECIFIED = 0xFFDEADFF;
|
||||||
|
|
Loading…
Reference in New Issue