remove comment

Original commit message from CVS:
remove comment
This commit is contained in:
Thomas Vander Stichele 2004-01-23 16:06:53 +00:00
parent 7091ce493f
commit e096619134

View file

@ -120,7 +120,6 @@ gst_osssink_get_type (void)
(GInstanceInitFunc)gst_osssink_init,
};
osssink_type = g_type_register_static (GST_TYPE_OSSELEMENT, "GstOssSink", &osssink_info, 0);
//GST_DEBUG_CATEGORY_INIT (oss_debug, "oss", 0, "OSS element");
}
return osssink_type;