OSDN Git Service

不要インタフェース削除
authoryukihane <yukihane.feather@gmail.com>
Wed, 24 Aug 2011 05:15:11 +0000 (14:15 +0900)
committeryukihane <yukihane.feather@gmail.com>
Wed, 24 Aug 2011 05:15:11 +0000 (14:15 +0900)
frontend/src/yukihane/inqubus/config/Config.java [deleted file]

diff --git a/frontend/src/yukihane/inqubus/config/Config.java b/frontend/src/yukihane/inqubus/config/Config.java
deleted file mode 100644 (file)
index f9680d1..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-package yukihane.inqubus.config;
-
-/**
- *
- * @author yuki
- */
-public interface Config {
-
-    boolean isOwnerCommentDownload();
-
-    boolean isCommentDownload();
-
-    String getMovieDirectory();
-
-    boolean isMovieDownload();
-
-    String getDbLocation();
-
-    boolean isDbUse();
-
-    String getNicoVideoId();
-
-    String getNicoVideoPassword();
-
-    String getProxyHost();
-
-    int getP_proxy_port();
-
-    boolean isProxyUse();
-}