various Wall fixes

Original commit message from CVS:
various Wall fixes
This commit is contained in:
Thomas Vander Stichele 2002-04-10 17:41:31 +00:00
parent b80effb948
commit a230672f1b
2 changed files with 5 additions and 2 deletions

2
common

@ -1 +1 @@
Subproject commit 6148068f2318e85d8e66df485342b630d8fb49ac
Subproject commit d8fa5431e3f6f1b9c8be36bad079719a6c4b529a

View file

@ -190,13 +190,16 @@ dvdsrc_init (DVDSrc *dvdsrc)
dvdsrc->priv->angle = 1;
}
/* FIXME: this code is not being used */
#ifdef PLEASEFIXTHISCODE
static void
dvdsrc_destory (DVDSrc *dvdsrc)
dvdsrc_destroy (DVDSrc *dvdsrc)
{
/* FIXME */
g_print("FIXME\n");
g_free(dvdsrc->priv);
}
#endif
static void
dvdsrc_set_property (GObject *object, guint prop_id, const GValue *value, GParamSpec *pspec)