summaryrefslogtreecommitdiffstats
path: root/engine/include/core/signal.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'engine/include/core/signal.hpp')
-rw-r--r--engine/include/core/signal.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engine/include/core/signal.hpp b/engine/include/core/signal.hpp
index 9c38d8b..8d7aeef 100644
--- a/engine/include/core/signal.hpp
+++ b/engine/include/core/signal.hpp
@@ -39,9 +39,6 @@ namespace flat::core
const std::string& id = "",
void * data = 0,
priority_t prior = priority_t::none);
-
- /* Alias to flat::core::channel::emit() */
- bool emit(const std::string& channel) const;
};
/* Listener class */