Skip to content

Commit

Permalink
drop unused code (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
dl1jbe authored Jan 30, 2021
1 parent 7194038 commit cd01c92
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 144 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AM_CFLAGS = @AM_CFLAGS@ @PTHREAD_CFLAGS@ @HAMLIB_CFLAGS@ @CURSES_CFLAGS@
bin_PROGRAMS = tlf

tlf_SOURCES = \
addarea.c addcall.c addmult.c addpfx.c addspot.c audio.c autocq.c \
addcall.c addmult.c addpfx.c addspot.c audio.c autocq.c \
background_process.c bandmap.c bands.c \
cabrillo_utils.c calledit.c callinput.c changefreq.c changepars.c \
change_rst.c checklogfile.c checkqtclogfile.c \
Expand Down Expand Up @@ -41,7 +41,7 @@ tlf_LDADD = @LIBM_LIB@ @PTHREAD_LIBS@ @GLIB_LIBS@ @PANEL_LIBS@ @CURSES_LIBS@ \
@LIBXMLRPC_UTIL_LIB@

noinst_HEADERS = \
addarea.h addcall.h addmult.h addpfx.h addspot.h audio.h autocq.h \
addcall.h addmult.h addpfx.h addspot.h audio.h autocq.h \
background_process.h bandmap.h bands.h \
cabrillo_utils.h calledit.h callinput.h changefreq.h changepars.h \
change_rst.h checklogfile.h checkqtclogfile.h \
Expand Down
116 changes: 0 additions & 116 deletions src/addarea.c

This file was deleted.

26 changes: 0 additions & 26 deletions src/addarea.h

This file was deleted.

0 comments on commit cd01c92

Please sign in to comment.