[grilo] core: silent warnings of unused variables
- From: Juan A. Suarez Romero <jasuarez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [grilo] core: silent warnings of unused variables
- Date: Mon, 1 Aug 2011 15:32:47 +0000 (UTC)
commit 8b2fd3e94c41e1e1234f2eea4a06efadf6832e68
Author: Lionel Landwerlin <lionel g landwerlin linux intel com>
Date: Wed Jun 29 14:13:39 2011 +0100
core: silent warnings of unused variables
Signed-off-by: Lionel Landwerlin <lionel g landwerlin linux intel com>
Signed-off-by: Juan A. Suarez Romero <jasuarez igalia com>
src/grl-media-plugin.c | 3 ---
tools/grilo-test-ui/main.c | 2 --
2 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/grl-media-plugin.c b/src/grl-media-plugin.c
index 4ff2789..5d91dae 100644
--- a/src/grl-media-plugin.c
+++ b/src/grl-media-plugin.c
@@ -59,9 +59,6 @@ G_DEFINE_ABSTRACT_TYPE (GrlMediaPlugin, grl_media_plugin, G_TYPE_OBJECT);
static void
grl_media_plugin_class_init (GrlMediaPluginClass *media_plugin_class)
{
- GObjectClass *gobject_class;
- gobject_class = G_OBJECT_CLASS (media_plugin_class);
-
g_type_class_add_private (media_plugin_class,
sizeof (GrlMediaPluginPrivate));
}
diff --git a/tools/grilo-test-ui/main.c b/tools/grilo-test-ui/main.c
index 95cef71..705a6fd 100644
--- a/tools/grilo-test-ui/main.c
+++ b/tools/grilo-test-ui/main.c
@@ -520,7 +520,6 @@ metadata_cb (GrlMediaSource *source,
{
GList *keys, *i;
GtkTreeIter iter;
- GrlPluginRegistry *registry;
GrlKeyID key;
const gchar *key_name;
@@ -550,7 +549,6 @@ metadata_cb (GrlMediaSource *source,
}
if (media) {
- registry = grl_plugin_registry_get_default ();
keys = grl_data_get_keys (GRL_DATA (media));
i = keys;
while (i) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]