OSDN Git Service

不要コード削除
authoryukihane <yukihane.feather@gmail.com>
Thu, 15 Sep 2011 00:59:14 +0000 (09:59 +0900)
committeryukihane <yukihane.feather@gmail.com>
Thu, 15 Sep 2011 01:03:00 +0000 (10:03 +0900)
frontend/src/yukihane/inqubus/config/Config.java
frontend/src/yukihane/inqubus/gui/MainFrame.java

index cb187cd..2c18e60 100644 (file)
@@ -445,7 +445,6 @@ public enum Config {
     }
 
     public void setNgWords(List<String> s) {
-        final String[] str = s.toArray(new String[0]);
         config.setProperty(NG_WORD, s);
     }
     private static final String NG_ID = "ng.id";
index 2448bac..f78c80a 100644 (file)
@@ -961,7 +961,6 @@ public class MainFrame extends JFrame {
         private final boolean convert;
 
         private InqubusConvertProfile() throws IOException {
-            final Config p = Config.INSTANCE;
             this.outputProfile = new InqubusOutputProfile();
             this.generalProfile = new ConfigGeneralProfile();
 
@@ -1008,7 +1007,6 @@ public class MainFrame extends JFrame {
 
 
         private InqubusOutputProfile() {
-            final Config p = Config.INSTANCE;
             this.fileName = fldOutput.getText();
             // TODO この時点でのID/Titleはどうするか…
             this.videoId = "";