gui/tempq: Don't save queues from __tempq_cleared()

Cleared is only called during Ocarina shutdown, so calling save here
wipes out any temporary queues as they are written to disk.

Fixes #24: Temporary queues not saving
Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2016-06-04 13:41:21 -04:00
parent 3a08828dda
commit df93ad06df
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ static void __tempq_cleared(struct queue *queue, unsigned int n)
{
gui_queue_cleared(queue, n);
gui_sidebar_set_size(gui_queue(queue));
tempq_save(queue, Q_ENABLED);
}
struct queue_ops tempq_ops = {