X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Frbot%2Fload-gettext.rb;h=4d39b7e48fc6070f6c7e1394b1d2a5643a5ac8ed;hb=b233d010765808cfbf34dc763ab9013968212981;hp=4edc45c8e53af1299e56600adbb6432455c953d4;hpb=33c336af346dc08b4f4f4951dd6eae7150cef481;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/lib/rbot/load-gettext.rb b/lib/rbot/load-gettext.rb index 4edc45c8..4d39b7e4 100644 --- a/lib/rbot/load-gettext.rb +++ b/lib/rbot/load-gettext.rb @@ -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