Michele Caini 1 год назад
Родитель
Сommit
2a86b8fe08
1 измененных файлов с 0 добавлено и 8 удалено
  1. 0 8
      test/lib/dispatcher/plugin/main.cpp

+ 0 - 8
test/lib/dispatcher/plugin/main.cpp

@@ -6,14 +6,6 @@
 #include "../../../common/boxed_type.h"
 #include "../../../common/listener.h"
 
-struct listener {
-    void on(test::boxed_int msg) {
-        value = msg.value;
-    }
-
-    int value{};
-};
-
 TEST(Lib, Dispatcher) {
     entt::dispatcher dispatcher;
     test::listener<test::boxed_int> listener;