summaryrefslogtreecommitdiff
path: root/gstplayer/GstPlayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'gstplayer/GstPlayer.h')
-rw-r--r--gstplayer/GstPlayer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gstplayer/GstPlayer.h b/gstplayer/GstPlayer.h
index 9e5101f..930a467 100644
--- a/gstplayer/GstPlayer.h
+++ b/gstplayer/GstPlayer.h
@@ -76,9 +76,7 @@ public:
// make available to GstDriver
void sendEvent(int msg, int ext1=0, int ext2=0) { MediaPlayerBase::sendEvent(msg, ext1, ext2); }
-#ifdef STECONF_ANDROID_VERSION_FROYO
virtual status_t setDataSource(const char *url, const KeyedVector<String8, String8> *headers);
-#endif
private:
//static void do_nothing(status_t s, void *cookie, bool cancelled) { if(s) { /* warning removal*/ } if(cookie) { /* warning removal*/ } if(cancelled) { /* warning removal*/ } }
void checkSetup();