dtksh: move fsym() into widget.c where it belongs

This function is only used in one place, so move it there and delete
findsym.c
This commit is contained in:
Jon Trulson
2021-10-23 15:05:44 -06:00
parent f61316c4f4
commit efa6b6eadc
3 changed files with 27 additions and 72 deletions

View File

@@ -57,7 +57,6 @@ dtksh_SOURCES = init.c \
xmcmds.c \
xmwidgets.c \
extra.c \
findsym.c \
msgs.c
init.c: