aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/configuration_builder.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mauve/configuration_builder.rb')
-rw-r--r--lib/mauve/configuration_builder.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/mauve/configuration_builder.rb b/lib/mauve/configuration_builder.rb
index 3f7138e..c689c1b 100644
--- a/lib/mauve/configuration_builder.rb
+++ b/lib/mauve/configuration_builder.rb
@@ -29,18 +29,6 @@ module Mauve
@result.source_lists[label] += list
end
- # Adds a people list
- #
- # @param [String] label
- # @param [Array] list
- #
- # @return [Array] the whole people list for label
- # ef people_list(label, *list)
- # _logger.warn("Duplicate people_list '#{label}'") if @result.people_lists.has_key?(label)
- # @result.people_lists[label] += list
- # end
-
-
# Have to use the method _logger here, cos logger is defined as a builder elsewhere.
#
# @return [Log4r::Logger]