Remove the comment about translating block titles
[drupal_ipv6_greeter.git] / ipv6_greeter.module
index 32bf580..595f4b0 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-// $Id$
 
 /**
  * @file
@@ -31,8 +30,6 @@ function ipv6_greeter_block($op = 'list', $delta = 0) {
   elseif ($op == 'view') {
     $title = variable_get('ipv6_greeter_blocktitle', 'IPv6 Greeter');
     if (!empty($title)) {
-      // XXX is it OK to use t() here, or we should rather let the user to define
-      // that as a multilanguage variable in $conf['i18n_variables'] ?
       $block['subject'] = t($title);
     }
     $block['content'] = _ipv6_greeter_create_content();