aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/entities.h')
-rw-r--r--include/entities.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/entities.h b/include/entities.h
index c593710..4413d41 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -145,9 +145,6 @@ public:
~Object();
void interact(void);
- std::thread runInteract() {
- return std::thread([=] { interact(); });
- }
};
#endif // ENTITIES_H