diff --git a/libstarlight/source/starlight/ui/Label.cpp b/libstarlight/source/starlight/ui/Label.cpp index ce91988..a70e437 100644 --- a/libstarlight/source/starlight/ui/Label.cpp +++ b/libstarlight/source/starlight/ui/Label.cpp @@ -54,10 +54,6 @@ void Label::PreDraw() { buffer->Clear(); GFXManager::PushContext(buffer.get()); textConfig.ROGet().Print(buffer->rect, text); - static auto testmask = - //ThemeManager::GetAsset("controls/button.idle"); - ThemeManager::GetAsset("decorations/testmask"); - testmask->Draw(buffer->rect, nullptr, nullptr, gfx::BlendMode::Mask); GFXManager::PopContext(); } } diff --git a/themes/default/decorations/testmask.png b/themes/default/decorations/testmask.png deleted file mode 100644 index bc5d6e2..0000000 Binary files a/themes/default/decorations/testmask.png and /dev/null differ