commit a0511b2a441b380872a6bcafee524323fa24e5c7 parent 576bd14b53828465140c54268f90ba7a7aa4110e Author: sin <sin@2f30.org> Date: Fri, 26 Dec 2014 23:42:32 +0000 Remove leftover field Diffstat:
M | sad.h | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/sad.h b/sad.h @@ -42,7 +42,6 @@ typedef struct { typedef struct { Song **songs; Song *cursong; - Song *nextsong; size_t nsongs; size_t maxsongs; } Playlist;