altosui: Remove unused files
authorKeith Packard <keithp@keithp.com>
Tue, 3 Jan 2012 06:41:48 +0000 (22:41 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 3 Jun 2012 02:37:29 +0000 (19:37 -0700)
Left around from development, these aren't useful.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosReader.java [deleted file]
altosui/AltosSerialMonitor.java [deleted file]
altosui/Makefile.am

diff --git a/altosui/AltosReader.java b/altosui/AltosReader.java
deleted file mode 100644 (file)
index aafd5f8..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
- * Copyright © 2010 Keith Packard <keithp@keithp.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
- */
-
-package altosui;
-
-import java.io.*;
-import java.util.*;
-import java.text.*;
-import org.altusmetrum.AltosLib.*;
-
-public class AltosReader {
-       public AltosRecord read() throws IOException, ParseException { return null; }
-       public void close() { }
-       public void write_comments(PrintStream out) { }
-}
diff --git a/altosui/AltosSerialMonitor.java b/altosui/AltosSerialMonitor.java
deleted file mode 100644 (file)
index ad0e929..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright © 2010 Keith Packard <keithp@keithp.com>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
- */
-
-package altosui;
-
-public interface AltosSerialMonitor {
-       void data(String data);
-}
index 2946890befbcb1f45964628a2c1769c8700406b9..7a3c53e723cccdcf6abb7e0305372712cf8a4fac 100644 (file)
@@ -74,13 +74,11 @@ altosui_JAVA = \
        AltosLights.java \
        AltosPad.java \
        AltosUIPreferences.java \
        AltosLights.java \
        AltosPad.java \
        AltosUIPreferences.java \
-       AltosReader.java \
        AltosRomconfig.java \
        AltosRomconfigUI.java \
        AltosScanUI.java \
        AltosSerial.java \
        AltosSerialInUseException.java \
        AltosRomconfig.java \
        AltosRomconfigUI.java \
        AltosScanUI.java \
        AltosSerial.java \
        AltosSerialInUseException.java \
-       AltosSerialMonitor.java \
        AltosSiteMap.java \
        AltosSiteMapPreload.java \
        AltosSiteMapCache.java \
        AltosSiteMap.java \
        AltosSiteMapPreload.java \
        AltosSiteMapCache.java \