aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-service.c')
-rw-r--r--camel/camel-service.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/camel/camel-service.c b/camel/camel-service.c
index bb43b60a57..229f0d2893 100644
--- a/camel/camel-service.c
+++ b/camel/camel-service.c
@@ -161,10 +161,6 @@ service_setv (CamelObject *object, CamelException *ex, CamelArgV *args)
for (i = 0; i < args->argc; i++) {
tag = args->argv[i].tag;
- /* make sure this arg wasn't already handled */
- if (tag & CAMEL_ARG_IGNORE)
- continue;
-
/* make sure this is an arg we're supposed to handle */
if ((tag & CAMEL_ARG_TAG) <= CAMEL_SERVICE_ARG_FIRST ||
(tag & CAMEL_ARG_TAG) >= CAMEL_SERVICE_ARG_FIRST + 100)