From 1eb4f8df413e8334d77e8674014299dccc56eb12 Mon Sep 17 00:00:00 2001 From: Yorick Date: Tue, 17 Mar 2015 11:33:01 +0000 Subject: [PATCH] Remove podium --- Objects/Podium.java | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Objects/Podium.java diff --git a/Objects/Podium.java b/Objects/Podium.java deleted file mode 100644 index 6d21a2a..0000000 --- a/Objects/Podium.java +++ /dev/null @@ -1,13 +0,0 @@ -package Objects; -import java.awt.geom.Point2D; - -import Applicatie.DrawObject; - - -public class Podium extends DrawObject { - - public Podium(Point2D position) { - super("images/stage4.png", position); - } - -}