[turbine] Remove ClipboardObject::typeMatches
All checks were successful
Build / build (push) Successful in 3m13s
All checks were successful
Build / build (push) Successful in 3m13s
This commit is contained in:
@ -18,11 +18,6 @@ class BaseClipboardObject {
|
||||
|
||||
[[nodiscard]]
|
||||
virtual ox::StringView typeId() const noexcept = 0;
|
||||
|
||||
[[nodiscard]]
|
||||
constexpr auto typeMatch(ox::StringView typeId) const noexcept {
|
||||
return this->typeId() == typeId;
|
||||
}
|
||||
};
|
||||
|
||||
template<typename T>
|
||||
|
Reference in New Issue
Block a user