tracker: Remove a redundant constant
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 8 Dec 2010 18:24:17 +0000 (20:24 +0200)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Wed, 8 Dec 2010 18:24:17 +0000 (20:24 +0200)
src/plugins/tracker/rygel-tracker-pictures.vala

index 09776e6..75593f6 100644 (file)
@@ -27,8 +27,6 @@ using Gee;
  * Container listing Pictures content hierarchy.
  */
 public class Rygel.Tracker.Pictures : CategoryContainer {
-    private const string[] KEY_CHAIN = { "nie:contentCreated", null };
-
     public Pictures (string id, MediaContainer parent, string title) {
         base (id, parent, title, new PictureItemFactory ());