Skip to content

Commit b02ed76

Browse files
committed
Reworked event_c module
TODO: Adapt Python side to the changes
1 parent 30e74ae commit b02ed76

File tree

4 files changed

+125
-474
lines changed

4 files changed

+125
-474
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,9 @@ Set(SOURCEPYTHON_ENGINE_USERMESSAGE_MODULE_FILES
170170
# Event module.
171171
# ------------------------------------------------------------------
172172
Set(SOURCEPYTHON_EVENT_MODULE_HEADERS
173-
core/modules/events/events_wrap.h
174173
)
175174

176175
Set(SOURCEPYTHON_EVENT_MODULE_SOURCES
177-
core/modules/events/events_wrap.cpp
178176
core/modules/events/events_wrap_python.cpp
179177
)
180178

src/core/modules/events/events_wrap.cpp

Lines changed: 0 additions & 246 deletions
This file was deleted.

src/core/modules/events/events_wrap.h

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)