]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - lib/rbot/load-gettext.rb
Revert "each plugin uses its own po file"
[user/henk/code/ruby/rbot.git] / lib / rbot / load-gettext.rb
index 4edc45c8e53af1299e56600adbb6432455c953d4..4d39b7e48fc6070f6c7e1394b1d2a5643a5ac8ed 100644 (file)
@@ -87,9 +87,6 @@ rescue LoadError, GetTextVersionError
     args[0]
   end
 
-  def bindtextdomain_to(*args)
-  end
-
   # the following extension to String#% is from ruby-gettext's string.rb file.
   # it needs to be included in the fallback since the source already use this form