summaryrefslogtreecommitdiff
path: root/pkg/gui/queuehandler.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/queuehandler.go')
-rw-r--r--pkg/gui/queuehandler.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/gui/queuehandler.go b/pkg/gui/queuehandler.go
index cbbc372..3be1472 100644
--- a/pkg/gui/queuehandler.go
+++ b/pkg/gui/queuehandler.go
@@ -9,7 +9,6 @@ import (
func (gui *Gui) startQueue(g *gocui.Gui, v *gocui.View) error {
go func(gui_go *Gui, g_go *gocui.Gui) {
for {
- indicateQueueStarted(g_go)
job, finished, err := gui_go.State.Queue.StartNext()
g_go.Update(func(gu *gocui.Gui) error {
gui_go.refreshMain(gu)