[grilo-plugins] bookmarks: silent warnings of unused variables
- From: Juan A. Suarez Romero <jasuarez src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [grilo-plugins] bookmarks: silent warnings of unused variables
 
- Date: Tue, 30 Aug 2011 08:17:58 +0000 (UTC)
 
commit 518a7d1306e779a2f0a3398cb8d2aa5b168bfe38
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Tue Aug 30 08:13:55 2011 +0000
    bookmarks: silent warnings of unused variables
    
    Signed-off-by: Juan A. Suarez Romero <jasuarez igalia com>
 src/media/bookmarks/grl-bookmarks.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/media/bookmarks/grl-bookmarks.c b/src/media/bookmarks/grl-bookmarks.c
index ced21e8..c6e5b16 100644
--- a/src/media/bookmarks/grl-bookmarks.c
+++ b/src/media/bookmarks/grl-bookmarks.c
@@ -851,9 +851,7 @@ static GrlSupportedOps
 grl_bookmarks_source_supported_operations (GrlMetadataSource *metadata_source)
 {
   GrlSupportedOps caps;
-  GrlBookmarksSource *source;
 
-  source = GRL_BOOKMARKS_SOURCE (metadata_source);
   caps = GRL_OP_BROWSE | GRL_OP_METADATA | GRL_OP_SEARCH | GRL_OP_QUERY |
     GRL_OP_STORE | GRL_OP_STORE_PARENT | GRL_OP_REMOVE | GRL_OP_NOTIFY_CHANGE;
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]