From 14d9efc39635dab2c6c0f791d6b0a63c92d941ee Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 22 Jan 2022 22:22:45 +0800 Subject: ... --- include/cru/ui/mapper/style/BorderStyleMapper.hpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 include/cru/ui/mapper/style/BorderStyleMapper.hpp (limited to 'include/cru/ui/mapper/style') diff --git a/include/cru/ui/mapper/style/BorderStyleMapper.hpp b/include/cru/ui/mapper/style/BorderStyleMapper.hpp deleted file mode 100644 index 40a3e883..00000000 --- a/include/cru/ui/mapper/style/BorderStyleMapper.hpp +++ /dev/null @@ -1,20 +0,0 @@ -#pragma once -#include "../Mapper.hpp" -#include "cru/ui/style/ApplyBorderStyleInfo.hpp" -#include "cru/xml/XmlNode.hpp" - -namespace cru::ui::mapper::style { -class CRU_UI_API BorderStyleMapper - : BasicMapper { - public: - CRU_DEFAULT_CONSTRUCTOR_DESTRUCTOR(BorderStyleMapper) - - public: - bool SupportMapFromXml() override { return true; } - bool XmlElementIsOfThisType(xml::XmlElementNode* node) override; - - protected: - std::unique_ptr DoMapFromXml( - xml::XmlElementNode* node) override; -}; -} // namespace cru::ui::mapper::style -- cgit v1.2.3