Remove bogus inline

Original commit message from CVS:
Remove bogus inline
This commit is contained in:
Wim Taymans 2003-01-15 18:29:40 +00:00
parent a4aa00288b
commit 90cff65964

View file

@ -54,7 +54,7 @@ static GstObjectClass *parent_class = NULL;
static GMutex *_gst_clock_mutex;
static GCond *_gst_clock_cond;
static inline GstClockID
static GstClockID
gst_clock_entry_new (GstClock *clock, GstClockTime time,
GstClockTime interval, GstClockEntryType type)
{