altosui: comment out un-used fields and methods
[fw/altos] / altosui / AltosFlashUI.java
index 01421de901a8e7976eb9f9337b500abf73ce8bd2..f8c24b16c662a2498cb6b4570f087461f9c198f5 100644 (file)
  * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
  */
 
-package AltosUI;
+package altosui;
 
 import java.awt.*;
 import java.awt.event.*;
 import javax.swing.*;
 import javax.swing.filechooser.FileNameExtensionFilter;
-import javax.swing.table.*;
 import java.io.*;
-import java.util.*;
-import java.text.*;
-import java.util.prefs.*;
 import java.util.concurrent.*;
-import org.altusmetrum.AltosLib.*;
 
 public class AltosFlashUI
        extends AltosDialog
@@ -291,7 +286,7 @@ public class AltosFlashUI
                if (!select_source_file())
                        return;
                build_dialog();
-               flash_task      f = new flash_task(this);
+               //flash_task    f = new flash_task(this);
        }
 
        static void show(JFrame frame) {