X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=classes.lisp;h=1fd172dfc2e63124b2b5bb28b958275a06bae2f1;hb=a93e1230645c4eb2bdb4b77a221539cfd9ba4c37;hp=94a3ffed17432fef6928091dc4e9fc70521bfaaf;hpb=0bf370434a1c50e6dc100db41c843e1b291401bb;p=umlisp.git diff --git a/classes.lisp b/classes.lisp index 94a3ffe..1fd172d 100644 --- a/classes.lisp +++ b/classes.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: classes.lisp,v 1.18 2002/11/29 23:14:38 kevin Exp $ +;;;; $Id: classes.lisp,v 1.19 2002/12/03 00:12:41 kevin Exp $ ;;;; ;;;; This file, part of UMLisp, is ;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. @@ -459,9 +459,6 @@ ;;; Formatting routines -(defun fmt-comma-integer (i) - (format nil "~:d" i)) - (defgeneric fmt-cui (c)) (defmethod fmt-cui ((c ucon)) (format nil "C~7,'0d" (cui c)))