perf: remove an unused function

This commit is contained in:
Horror Proton
2022-08-11 00:28:04 +08:00
parent e5d44474dd
commit eac2e3f0d2

View File

@@ -22,10 +22,6 @@ namespace asst
{
return m_set_time_rect;
}
Rect get_confirm_rect() const noexcept
{
return m_confirm_rect;
}
Rect get_refresh_rect() const noexcept
{
return m_refresh_rect;
@@ -43,7 +39,6 @@ namespace asst
std::vector<TextRect> m_tags_result;
std::vector<Rect> m_set_time_rect;
Rect m_confirm_rect;
Rect m_refresh_rect;
};
}