mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-14 13:21:34 +00:00
Remove unnecessary asserts from create_tool_loop()
This commit is contained in:
parent
5ac5b358f3
commit
3f5bfa6d99
@ -584,9 +584,6 @@ tools::ToolLoop* create_tool_loop(
|
||||
app::Color fg = colorbar->getFgColor();
|
||||
app::Color bg = colorbar->getBgColor();
|
||||
|
||||
ASSERT(fg.isValid());
|
||||
ASSERT(bg.isValid());
|
||||
|
||||
if (!fg.isValid() || !bg.isValid()) {
|
||||
Alert::show(PACKAGE
|
||||
"<<The current selected foreground and/or background color"
|
||||
|
Loading…
x
Reference in New Issue
Block a user