diff options
Diffstat (limited to 'src/theme_builder/components/Common.h')
-rw-r--r-- | src/theme_builder/components/Common.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/theme_builder/components/Common.h b/src/theme_builder/components/Common.h deleted file mode 100644 index b91fcf88..00000000 --- a/src/theme_builder/components/Common.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once -#include "cru/platform/graphics/Brush.h" - -namespace cru::theme_builder::components { -std::unique_ptr<platform::graphics::ISolidColorBrush> -CreateRandomEditorBackgroundBrush(); -} |