libsaria: Remove old playlist.h

Nothing uses this file anymore, so it can be safely removed.

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
This commit is contained in:
Bryan Schumaker 2012-11-03 21:46:51 -04:00
parent e116025754
commit 1e23389b51
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
// Copyright (c) 2012 Bryan Schumaker.
#ifndef PLAYLIST_INTERNAL_H
#define PLAYLIST_INTERNAL_H
void schedule_save(libsaria::Playlist *);
#endif PLAYLIST_INTERNAL_H