From 4e0fcd499a14cfc621b256f4a28f0cafe22bfc8c Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Thu, 8 May 2014 15:00:23 +0200 Subject: Delete junk --- src/main/ICommand.java | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/main/ICommand.java (limited to 'src/main/ICommand.java') diff --git a/src/main/ICommand.java b/src/main/ICommand.java deleted file mode 100644 index 14419a2..0000000 --- a/src/main/ICommand.java +++ /dev/null @@ -1,14 +0,0 @@ -package main; - -/** - * The standard interface for any command - * - * @author Maurice Laveaux - */ -public interface ICommand { - - /** - * Execute all the steps to complete this Command. - */ - public void execute(); -} -- cgit v1.2.1