libsaria: Remove audio check_state() function

It was empty because I decided to go along a different route.
This commit is contained in:
Bryan Schumaker 2011-08-27 12:40:10 -04:00
parent 0075c01991
commit feaa34b8db
2 changed files with 0 additions and 6 deletions

View File

@ -16,7 +16,6 @@ class Audio
void reset();
bool change_state(GstState);
void check_state(GstState);
public:
Audio();

View File

@ -15,11 +15,6 @@ bool Audio::change_state(GstState new_state)
}
}
void Audio::check_state(GstState state)
{
}
bool Audio::play()
{
return change_state(GST_STATE_PLAYING);