diff --git a/contrib/pools/main.php b/contrib/pools/main.php
index f3537477..10d63a12 100644
--- a/contrib/pools/main.php
+++ b/contrib/pools/main.php
@@ -58,7 +58,7 @@ class Pools extends SimpleExtension {
$sb->add_int_option("poolsListsPerPage", "
Index list items per page: ");
$sb->add_int_option("poolsUpdatedPerPage", "
Updated list items per page: ");
$sb->add_bool_option("poolsInfoOnViewImage", "
Show pool info on image: ");
- $sb->add_bool_option("poolsAdderOnViewImage", "
Show pool adder on image: ");
+ //$sb->add_bool_option("poolsAdderOnViewImage", "
Show pool adder on image: ");
$event->panel->add_block($sb);
}