d975deb
diff --git a/scan/scanext/scanext.c b/scan/scanext/scanext.c
d975deb
index ff57987..f607220 100755
d975deb
--- a/scan/scanext/scanext.c
d975deb
+++ b/scan/scanext/scanext.c
d975deb
@@ -407,16 +407,6 @@ static PyObject *setOption (_ScanDevice * self, PyObject * args)
d975deb
     int n;
d975deb
     multipick = 1;
d975deb
 
d975deb
-if(1)
d975deb
-{
d975deb
-SANE_Bool b = SANE_TRUE;
d975deb
-    sane_control_option (self->h, 9, SANE_ACTION_SET_VALUE, (void *)&b, &i);
d975deb
-}
d975deb
-else
d975deb
-{
d975deb
-SANE_Bool b = SANE_FALSE;
d975deb
-    sane_control_option (self->h, 9, SANE_ACTION_SET_VALUE, (void *)&b, &i);
d975deb
-}
d975deb
     if (!PyArg_ParseTuple (args, "iO", &n, &value))
d975deb
         raiseError("Invalid arguments.");
d975deb