--- deliantra/server/socket/image.C 2008/05/06 16:55:26 1.56 +++ deliantra/server/socket/image.C 2008/12/26 10:44:17 1.57 @@ -211,21 +211,6 @@ // how lame print_facename (sl, *d); send_packet (sl); - - if (EMI_smooth) - { - if (f->smooth) - { - send_face (f->smooth); - - packet sl ("smooth"); - - sl << uint16 (facenum) - << uint16 (f->smooth); - - send_packet (sl); - } - } } void client::flush_fx ()