libsaria: Remove old function declarations

I replaced these functions with a self-contained class.  I don't need to
keep these around anymore.
This commit is contained in:
Bryan Schumaker 2011-08-27 12:43:49 -04:00
parent feaa34b8db
commit 31c777dc8a
1 changed files with 0 additions and 4 deletions

View File

@ -30,8 +30,4 @@ class Audio
void seek();
};
void audio_init(int, char **);
void gst_play();
void gst_pause();
#endif /* LIBSARIA_AUDIO_H */