aboutsummaryrefslogtreecommitdiff
path: root/chaos/src/standard_map_msg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chaos/src/standard_map_msg.cpp')
-rw-r--r--chaos/src/standard_map_msg.cpp12
1 files changed, 1 insertions, 11 deletions
diff --git a/chaos/src/standard_map_msg.cpp b/chaos/src/standard_map_msg.cpp
index fdd3bda..92c1084 100644
--- a/chaos/src/standard_map_msg.cpp
+++ b/chaos/src/standard_map_msg.cpp
@@ -21,14 +21,4 @@
#include "standard_map.hpp"
#include "chaos_msg.hpp"
-class standard_map_msg:
- public chaos_msg<standard_map>
-{
- CHAOS_MSG_INIT(standard_map, STANDARD_MAP_ATTRIBUTES);
-
- STANDARD_MAP_CALLBACKS;
-};
-
-
-
-FLEXT_LIB_V("standard_map", standard_map_msg);
+CHAOS_MSG_CLASS(standard_map, STANDARD_MAP);