From 108820f7b62fea4b149574a978b163b9d509a13b Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Mon, 13 Jul 2015 18:21:27 +0200 Subject: [PATCH] Remove unused interface --- .../java/net/pterodactylus/fcp/quelaton/WithFile.java | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/main/java/net/pterodactylus/fcp/quelaton/WithFile.java diff --git a/src/main/java/net/pterodactylus/fcp/quelaton/WithFile.java b/src/main/java/net/pterodactylus/fcp/quelaton/WithFile.java deleted file mode 100644 index 85af12a..0000000 --- a/src/main/java/net/pterodactylus/fcp/quelaton/WithFile.java +++ /dev/null @@ -1,16 +0,0 @@ -package net.pterodactylus.fcp.quelaton; - -import java.io.File; - -/** - * An intermediary interface for FCP commands that require a file parameter. - * - * @param - * The type of the next command part - * @author David ‘Bombe’ Roden - */ -public interface WithFile { - - R withFile(File file); - -} -- 2.7.4