diff lisp/language/tibet-util.el @ 100812:fcf54585d38e

(tibetan-composition-function): Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 01 Jan 2009 07:47:20 +0000
parents 264a921383e3
children a9dc0e7c3f2b
line wrap: on
line diff
--- a/lisp/language/tibet-util.el	Thu Jan 01 07:46:23 2009 +0000
+++ b/lisp/language/tibet-util.el	Thu Jan 01 07:47:20 2009 +0000
@@ -311,14 +311,6 @@
 	    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.
 ;;;