[spotify] Remove obsolete .start reference

This commit is contained in:
ejurgensen 2019-02-22 15:53:13 +01:00
parent cfaceab9fe
commit 107fa3634b
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ struct input_definition input_spotify =
.type = INPUT_TYPE_SPOTIFY,
.disabled = 0,
.setup = setup,
.start = start,
.stop = stop,
.seek = seek,
};