summaryrefslogtreecommitdiff
path: root/Simulator/src/modeling/Entity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Simulator/src/modeling/Entity.cpp')
-rw-r--r--Simulator/src/modeling/Entity.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/Simulator/src/modeling/Entity.cpp b/Simulator/src/modeling/Entity.cpp
deleted file mode 100644
index eb39222b..00000000
--- a/Simulator/src/modeling/Entity.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "modeling/Entity.h"
-
-namespace Modeling
-{
- Entity::Entity(int id) : id(id)
- {
- }
-}