--- deliantra/server/common/item.C 2012/01/03 11:25:30 1.93 +++ deliantra/server/common/item.C 2012/01/27 22:00:39 1.94 @@ -478,7 +478,7 @@ ring_desc (const object *op) { static dynbuf_text buf; buf.clear (); - int attr, val, len; + int attr, val; if (op->flag [FLAG_IDENTIFIED]) { @@ -622,7 +622,6 @@ const char * query_name (const object *op) { - int len = 0; static dynbuf_text bufs[5]; static int use_buf = 0;