summaryrefslogtreecommitdiffstats
path: root/labb4/Junk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'labb4/Junk.cpp')
-rw-r--r--labb4/Junk.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/labb4/Junk.cpp b/labb4/Junk.cpp
index 86493c7..5c467da 100644
--- a/labb4/Junk.cpp
+++ b/labb4/Junk.cpp
@@ -15,20 +15,6 @@ void Junk::draw(QGraphicsScene *scene) const {
JUNK_RADIUS, JUNK_RADIUS), QPen(), QBrush(JUNK_COLOR));
}
-void Junk::moveTowards(const Unit&) {}
-
-bool Junk::attacks(const Unit&) const {
- return false;
-}
-
-unsigned int Junk::getCollisionCount() const {
- return 1;
-};
-
-bool Junk::alive() const {
- return false;
-}
-
Junk *Junk::clone() const {
return new Junk(*this);
}