gst/gst.override: Commited a bit too much :)

Original commit message from CVS:
* gst/gst.override:
Commited a bit too much :)
This commit is contained in:
Edward Hervey 2006-03-10 11:28:01 +00:00
parent 9c81750346
commit ecc0f5d932
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2006-03-10 Edward Hervey <edward@fluendo.com>
* gst/gst.override:
Commited a bit too much :)
2006-03-10 Edward Hervey <edward@fluendo.com>
* gst/base.defs:

View file

@ -180,8 +180,6 @@ _pygst_element_init (gpointer gclass, PyTypeObject *pyclass)
{
PyObject *templates, *details;
GST_DEBUG ("gclass %p", gclass);
templates = PyDict_GetItemString(pyclass->tp_dict, "__gsttemplates__");
if (templates) {
if (add_templates(gclass, templates) != 0)
@ -248,7 +246,6 @@ include
gststructure.override
gsttaglist.override
gstlibs.override
gstbase.override
%%
init
{