[farsight2/master] Remove useless property getter/setter from FsBaseConference
Olivier Crête
olivier.crete at collabora.co.uk
Tue Dec 23 15:24:13 PST 2008
---
gst-libs/gst/farsight/fs-base-conference.c | 24 ------------------------
1 files changed, 0 insertions(+), 24 deletions(-)
diff --git a/gst-libs/gst/farsight/fs-base-conference.c b/gst-libs/gst/farsight/fs-base-conference.c
index 04dedf2..8981aef 100644
--- a/gst-libs/gst/farsight/fs-base-conference.c
+++ b/gst-libs/gst/farsight/fs-base-conference.c
@@ -69,12 +69,6 @@ GST_BOILERPLATE_WITH_INTERFACE (
GstBin, GST_TYPE_BIN,
FsConference, FS_TYPE_CONFERENCE, fs_conference);
-static void fs_base_conference_set_property (GObject *object, guint prop_id,
- const GValue *value,
- GParamSpec *pspec);
-static void fs_base_conference_get_property (GObject *object, guint prop_id,
- GValue *value, GParamSpec *pspec);
-
static FsSession *fs_base_conference_new_session (FsConference *conf,
FsMediaType media_type,
GError **error);
@@ -109,11 +103,6 @@ fs_base_conference_class_init (FsBaseConferenceClass * klass)
// g_type_class_add_private (klass, sizeof (FsBaseConferencePrivate));
parent_class = g_type_class_peek_parent (klass);
-
- gobject_class->set_property =
- GST_DEBUG_FUNCPTR (fs_base_conference_set_property);
- gobject_class->get_property =
- GST_DEBUG_FUNCPTR (fs_base_conference_get_property);
}
static void
@@ -193,19 +182,6 @@ fs_base_conference_error (GObject *signal_src, GObject *error_src,
}
}
-static void
-fs_base_conference_set_property (GObject *object, guint prop_id,
- const GValue *value,
- GParamSpec *pspec)
-{
-}
-
-static void
-fs_base_conference_get_property (GObject *object, guint prop_id,
- GValue *value, GParamSpec *pspec)
-{
-}
-
static FsParticipant *
fs_base_conference_new_participant (FsConference *conf,
--
1.5.6.5
More information about the farsight-commits
mailing list