ap

An audio player suited to my tastes
Log | Files | Refs | README | LICENSE

commit 4e4763cf7a2592753229976d926f8655775877fc
parent fd42b7c2802b80594fc1944db191e33bb9a4fdea
Author: Jacob R. Edwards <jacobouno@protonmail.com>
Date:   Wed, 14 Jul 2021 03:18:04 -0700

Remove unused member in aps struct

Diffstat:
Maps/aps.h | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/aps/aps.h b/aps/aps.h @@ -12,7 +12,6 @@ struct aps { int nextlen; int close; int nfds; - int playing; struct apcon *con; struct client { struct buf *request;