forked from mirror/openmw-tes3mp
[Server] Remove unused get() method from EventController
This commit is contained in:
parent
fef3764eb1
commit
729f6e745e
1 changed files with 0 additions and 11 deletions
|
@ -85,17 +85,6 @@ public:
|
||||||
bool isStoped() const {return _stop;}
|
bool isStoped() const {return _stop;}
|
||||||
CIterator stopedAt() const { return lastCalled; }
|
CIterator stopedAt() const { return lastCalled; }
|
||||||
|
|
||||||
auto get(const std::string &modname)
|
|
||||||
{
|
|
||||||
for(auto iter = functions.cbegin(); iter != functions.cend(); ++iter)
|
|
||||||
{
|
|
||||||
if(iter->first["ModName"]["name"] == modname)
|
|
||||||
return iter;
|
|
||||||
}
|
|
||||||
return functions.cend();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
template<typename... Args>
|
template<typename... Args>
|
||||||
void call(type_tag<void>, Args&&... args)
|
void call(type_tag<void>, Args&&... args)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue