Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove committed Nov 3, 2023
1 parent c1bc0b1 commit 5097184
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions skyrim-platform/src/platform_se/skyrim_platform/EventUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ inline RE::BSTEventSource<E>* GetEventSource()
return RE::ScriptEventSourceHolder::GetSingleton()->GetEventSource<E>();
}

template <>
inline RE::BSTEventSource<RE::ActorKill::Event>* GetEventSource()
{
return RE::ActorKill::GetEventSource();
}

template <class T, class E = T::Event>
requires HasEvent<T>
inline RE::BSTEventSource<E>* GetEventSource()
Expand Down

0 comments on commit 5097184

Please sign in to comment.