Add comments about the possible removed from sched codes from SchedCartList::insertItem

This commit is contained in:
Patrick Linstruth
2019-01-12 10:49:42 -08:00
parent dfcd8b1b65
commit 29b59ed46e
2 changed files with 4 additions and 3 deletions

View File

@@ -39,6 +39,9 @@ SchedCartList::~SchedCartList()
delete []sched_codes;
}
//
// stack_schedcodes should no longer be needed. Possibly remove at a later date. P. Linstruth 01/12/2019
//
void SchedCartList::insertItem(unsigned cartnumber,int cartlength,int stack_id,QString stack_artist,QString stack_schedcodes)
{
cartnum[itemcounter]=cartnumber;