diff --git a/MagickWand/operation.c b/MagickWand/operation.c
index 140cf6f..078a0b4 100644
--- a/MagickWand/operation.c
+++ b/MagickWand/operation.c
@@ -14,7 +14,7 @@
 %                                                                             %
 %                              Software Design                                %
 %                                John Cristy                                  %
-%                               September 2011                                   %
+%                               September 2011                                %
 %                                                                             %
 %                                                                             %
 %  Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization      %
@@ -43,6 +43,7 @@
 %
 % Anthony Thyssen, Sept 2011
 */
+#if 0
 
 /*
   Include declarations.
@@ -401,7 +402,7 @@
 %
 */
 WandExport MagickBooleanType SettingsOptionInfo(ImageInfo *image_info,
-  const int wand_unused(argc),const char **argv,ExceptionInfo *exception)
+  const int argc,const char **argv,ExceptionInfo *exception)
 {
   GeometryInfo
     geometry_info;
@@ -4949,4 +4950,4 @@
 
   return(status != 0 ? MagickTrue : MagickFalse);
 }
-
+#endif