diff options
| author | Keith Packard <keithp@keithp.com> | 2011-03-25 22:01:18 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-03-25 22:04:00 -0700 |
| commit | b155647472ddfacb07c5ffa832e4d1f4a13ad342 (patch) | |
| tree | a2f38947f4c3196d74271a00c2bce89431258bde /altosui/Makefile.am | |
| parent | 011615d40b3cb1d1c0ab9fa41e139e263a6a51e7 (diff) | |
altosui: Remove extra AltosEepromBlock layer
This was interposed between the download layer and the eeprom layer to
hold a eeprom block full of flight log records. The addition of the tiny
log format required reworking the code to hold chunks full of eeprom
data without regard to their content, so this content-specific layer
didn't seem useful anymore.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Makefile.am')
| -rw-r--r-- | altosui/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am index 9a9d0d36..01fe50c8 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS=libaltos JAVAROOT=classes -AM_JAVACFLAGS=-encoding UTF-8 +AM_JAVACFLAGS=-encoding UTF-8 -Xlint:deprecation man_MANS=altosui.1 @@ -27,7 +27,6 @@ altosui_JAVA = \ AltosDeviceDialog.java \ AltosDevice.java \ AltosDisplayThread.java \ - AltosEepromBlock.java \ AltosEepromChunk.java \ AltosEepromDelete.java \ AltosEepromDownload.java \ |
