(tibetan-composition-function): Remove unused function, obsoleted by
authorChong Yidong <cyd@stupidchicken.com>
Thu, 1 Jan 2009 07:47:20 +0000 (07:47 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 1 Jan 2009 07:47:20 +0000 (07:47 +0000)
2008-09-05 change to tibetan.el.

lisp/language/tibet-util.el

index eb5f4d8..90aced8 100644 (file)
@@ -311,14 +311,6 @@ are decomposed into normal Tibetan character sequences."
            idx (1+ idx)))
     new))
 
-;;;###autoload
-(defun tibetan-composition-function (from to font-object string)
-  (or (and font-object
-          (font-shape-text from to font-object string))
-      (if string
-         (tibetan-compose-string string)
-       (tibetan-compose-region from to))))
-
 ;;;
 ;;; This variable is used to avoid repeated decomposition.
 ;;;