diff options
Diffstat (limited to 'core/src/init.cpp')
| -rw-r--r-- | core/src/init.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/core/src/init.cpp b/core/src/init.cpp deleted file mode 100644 index 4f67817..0000000 --- a/core/src/init.cpp +++ /dev/null @@ -1,20 +0,0 @@ -#include "turns/core/init.hpp" - -#include "turns/core/disposition.hpp" -#include "turns/core/participant.hpp" -#include "turns/core/turn_order_model.hpp" - -#include <glib-object.h> - -namespace turns::core -{ - - auto register_types() -> void - { - static_cast<void>(Participant{}); - static_cast<void>(TurnOderModel{}); - - g_type_ensure(Glib::Value<Disposition>::value_type()); - } - -} // namespace turns::core
\ No newline at end of file |
