--- deliantra/server/crossedit/xutil.c 2006/02/03 07:11:45 1.1.1.1 +++ deliantra/server/crossedit/xutil.c 2006/08/13 17:16:01 1.3 @@ -42,23 +42,6 @@ #include #include -/* - * Converts between Fontindex and XChar2b types. - * Used in global.h, for draw_face (in face, FontindextoXChars - * is defined to this function name - */ - -XChar2b fontindex_to_XChar2b(Fontindex s) -{ - XChar2b c; - - c.byte1 = s/256; - c.byte2 = s%256; - - return c; -} - - #define IMAGE_BUF 65536 /*