Update Radio plugin, Media plugin
[src/app-framework-binder.git] / plugins / media / media-api.h
index c545e5d..c1d764c 100644 (file)
@@ -18,8 +18,6 @@
 #ifndef MEDIA_API_H
 #define MEDIA_API_H
 
-#include "media-rygel.h"
-
 /* -------------- PLUGIN DEFINITIONS ----------------- */
 
 /* private client context [will be destroyed when client leaves] */
@@ -28,6 +26,4 @@ typedef struct {
   unsigned int index;          /* currently selected media file       */
 } mediaCtxHandleT;
 
-PUBLIC json_object* _rygel_list (mediaCtxHandleT *);
-
 #endif /* MEDIA_API_H */