mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
remove unecessary templates
This commit is contained in:
parent
abad98f951
commit
c71890c179
1 changed files with 0 additions and 3 deletions
|
@ -91,7 +91,6 @@ namespace geode::modifier {
|
|||
static_cast<Parent*>(parent)->Parent::~Parent();
|
||||
}
|
||||
|
||||
template <class = std::enable_if_t<true>>
|
||||
operator Parent*() {
|
||||
// get the this pointer of the base
|
||||
// field intermediate is the first member of Modify
|
||||
|
@ -122,8 +121,6 @@ namespace geode::modifier {
|
|||
);
|
||||
}
|
||||
|
||||
|
||||
template <class = std::enable_if_t<true>>
|
||||
Parent* operator->() {
|
||||
return this->operator Parent*();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue