summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--altosui/AltosVersion.java.in22
-rw-r--r--altosui/Makefile.am1
-rw-r--r--configure.ac1
3 files changed, 0 insertions, 24 deletions
diff --git a/altosui/AltosVersion.java.in b/altosui/AltosVersion.java.in
deleted file mode 100644
index b0b3c0cf..00000000
--- a/altosui/AltosVersion.java.in
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright © 2011 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 class AltosVersion {
- public final static String version = "@VERSION@";
-}
diff --git a/altosui/Makefile.am b/altosui/Makefile.am
index 494539ae..b3aa1f55 100644
--- a/altosui/Makefile.am
+++ b/altosui/Makefile.am
@@ -87,7 +87,6 @@ altosui_JAVA = \
AltosGraphTime.java \
AltosGraphUI.java \
AltosDataChooser.java \
- AltosVersion.java \
AltosVoice.java \
$(altosui_BT)
diff --git a/configure.ac b/configure.ac
index 312f9678..ee685344 100644
--- a/configure.ac
+++ b/configure.ac
@@ -149,7 +149,6 @@ altoslib/Makefile
altosuilib/Makefile
altosuilib/AltosUIVersion.java
altosui/Makefile
-altosui/AltosVersion.java
altosui/Info.plist
libaltos/Makefile
micropeak/Makefile