diff options
author | Keith Packard <keithp@keithp.com> | 2013-01-02 09:41:42 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-01-02 09:41:42 -0800 |
commit | dc404bee7163a369eb1d95e0942b676bd3f95574 (patch) | |
tree | d2e5ab7772b751572b56d059759c2e3398755d04 | |
parent | f0bbd3e2571336b5f5872759b5010148325efbaa (diff) |
altosui: Use shared AltosUIListener
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | altosui/AltosUIListener.java | 22 | ||||
-rw-r--r-- | altosui/Makefile.am | 1 |
2 files changed, 0 insertions, 23 deletions
diff --git a/altosui/AltosUIListener.java b/altosui/AltosUIListener.java deleted file mode 100644 index 7ee62afc..00000000 --- a/altosui/AltosUIListener.java +++ /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 interface AltosUIListener { - public void ui_changed(String look_and_feel); -} diff --git a/altosui/Makefile.am b/altosui/Makefile.am index 368233d1..b97222de 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -75,7 +75,6 @@ altosui_JAVA = \ AltosSiteMapCache.java \ AltosSiteMapTile.java \ AltosUI.java \ - AltosUIListener.java \ AltosWriter.java \ AltosDataPointReader.java \ AltosDataPoint.java \ |