[rhythmbox] remove the unimplemented data tee interface



commit d144fd61c6963d25e86e5462056332353e2e3661
Author: Jonathan Matthew <jonathan d14n org>
Date:   Tue Mar 15 10:29:42 2016 +1000

    remove the unimplemented data tee interface

 backends/Makefile.am                 |    4 +-
 backends/rb-player-gst-data-tee.c    |  163 ----------------------------------
 backends/rb-player-gst-data-tee.h    |   72 ---------------
 doc/reference/rhythmbox-sections.txt |   15 ---
 doc/reference/rhythmbox.types        |    2 -
 5 files changed, 1 insertions(+), 255 deletions(-)
---
diff --git a/backends/Makefile.am b/backends/Makefile.am
index 161700d..2dfccf1 100644
--- a/backends/Makefile.am
+++ b/backends/Makefile.am
@@ -8,8 +8,7 @@ backendinclude_HEADERS =                                        \
        rb-encoder.h                                    \
        rb-player.h                                     \
        rb-player-gst-filter.h                          \
-       rb-player-gst-tee.h                             \
-       rb-player-gst-data-tee.h
+       rb-player-gst-tee.h
 
 librbbackends_la_SOURCES =                             \
        $(backend_HEADERS)                              \
@@ -17,7 +16,6 @@ librbbackends_la_SOURCES =                            \
        rb-player.c                                     \
        rb-player-gst-filter.c                          \
        rb-player-gst-tee.c                             \
-       rb-player-gst-data-tee.c                        \
        $(NULL)
 
 librbbackends_la_LIBADD =                              \
diff --git a/doc/reference/rhythmbox-sections.txt b/doc/reference/rhythmbox-sections.txt
index eb4fa30..6a02f63 100644
--- a/doc/reference/rhythmbox-sections.txt
+++ b/doc/reference/rhythmbox-sections.txt
@@ -1234,21 +1234,6 @@ rb_encoder_get_type
 </SECTION>
 
 <SECTION>
-<FILE>rb-player-gst-data-tee</FILE>
-<TITLE>RBPlayerGstDataTee</TITLE>
-RBPlayerGstDataTee
-RBPlayerGstDataTeeIface
-rb_player_gst_data_tee_add_data_tee
-rb_player_gst_data_tee_remove_data_tee
-<SUBSECTION Standard>
-RB_PLAYER_GST_DATA_TEE
-RB_IS_PLAYER_GST_DATA_TEE
-RB_TYPE_PLAYER_GST_DATA_TEE
-rb_player_gst_data_tee_get_type
-RB_PLAYER_GST_DATA_TEE_GET_IFACE
-</SECTION>
-
-<SECTION>
 <FILE>rhythmdb-query-results</FILE>
 <TITLE>RhythmDBQueryResults</TITLE>
 RhythmDBQueryResults
diff --git a/doc/reference/rhythmbox.types b/doc/reference/rhythmbox.types
index 7b76aeb..33c94c4 100644
--- a/doc/reference/rhythmbox.types
+++ b/doc/reference/rhythmbox.types
@@ -30,7 +30,6 @@
 #include "rb-metadata.h"
 #include "rb-missing-files-source.h"
 #include "rb-player.h"
-#include "rb-player-gst-data-tee.h"
 #include "rb-player-gst-filter.h"
 #include "rb-player-gst-tee.h"
 #include "rb-playlist-manager.h"
@@ -96,7 +95,6 @@ rb_metadata_get_type
 rb_missing_files_source_get_type
 rb_player_error_get_type
 rb_player_get_type
-rb_player_gst_data_tee_get_type
 rb_player_gst_filter_get_type
 rb_player_gst_tee_get_type
 rb_playlist_manager_get_type


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]