]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/lily.scm
Remove gettext wrappers for ancient Guile versions.
[lilypond.git] / scm / lily.scm
index bb7ce8f608475cae15d92197f629d1be4d49fc13..a17d6f03b215e34951d55847562f6616ad8c3ae5 100644 (file)
@@ -254,10 +254,7 @@ messages into errors.")
 (if (memq (ly:get-option 'backend) music-string-to-path-backends)
     (ly:set-option 'music-strings-to-paths #t))
 
-;; gettext wrapper for guile < 1.7.2
-(if (defined? 'gettext)
-    (define-public _ gettext)
-    (define-public _ ly:gettext))
+(define-public _ gettext)
 
 (define-public (ly:load x)
   (let* ((file-name (%search-load-path x)))