From da7435aea66b6acf9129c656d49f044ba40e4393 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 7 Dec 2010 11:51:29 +0100 Subject: gvfs-set-attribute: Remove non-enum switch case The case resolved to the default anyway. --- programs/gvfs-set-attribute.c | 1 - 1 file changed, 1 deletion(-) diff --git a/programs/gvfs-set-attribute.c b/programs/gvfs-set-attribute.c index e88739c2..be3713fc 100644 --- a/programs/gvfs-set-attribute.c +++ b/programs/gvfs-set-attribute.c @@ -189,7 +189,6 @@ main (int argc, char *argv[]) case G_FILE_ATTRIBUTE_TYPE_INVALID: value = NULL; break; - case -1: case G_FILE_ATTRIBUTE_TYPE_OBJECT: default: g_printerr (_("Invalid attribute type %s\n"), attr_type); -- cgit v1.2.1