summaryrefslogtreecommitdiff
path: root/src/actor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/actor.cpp')
-rw-r--r--src/actor.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/actor.cpp b/src/actor.cpp
index e1fffaf9..a644c1e0 100644
--- a/src/actor.cpp
+++ b/src/actor.cpp
@@ -22,11 +22,7 @@
#include "map.h"
-#include "resources/image.h"
-
-Actor::Actor():
- mMap(nullptr)
-{}
+Actor::Actor() = default;
Actor::~Actor()
{