GESTimelineSource: Remove _new() since it's a base class

This commit is contained in:
Edward Hervey 2010-12-08 15:48:55 +01:00
parent faec1e803d
commit 8cef09279a
3 changed files with 0 additions and 9 deletions

View file

@ -328,7 +328,6 @@ GES_TYPE_TIMELINE_PIPELINE
<TITLE>GESTimelineSource</TITLE>
GESTimelineSource
GESTimelineSourceClass
ges_timeline_source_new
<SUBSECTION Standard>
GESTimelineSourcePrivate
ges_timeline_source_get_type

View file

@ -213,12 +213,6 @@ ges_timeline_source_init (GESTimelineSource * self)
self->valign = DEFAULT_PROP_VALIGNMENT;
}
GESTimelineSource *
ges_timeline_source_new (void)
{
return g_object_new (GES_TYPE_TIMELINE_SOURCE, NULL);
}
static GESTrackObject *
ges_timeline_source_create_track_object (GESTimelineObject * obj,
GESTrack * track)

View file

@ -82,8 +82,6 @@ struct _GESTimelineSourceClass {
GType ges_timeline_source_get_type (void);
GESTimelineSource* ges_timeline_source_new (void);
G_END_DECLS
#endif /* _GES_TIMELINE_SOURCE */