setting pics in posts to be half size

This commit is contained in:
Eric J. Bowersox 2001-11-12 23:53:56 +00:00
parent c059e09615
commit 7e42aa391c

View File

@ -104,7 +104,6 @@ public class TopicPosts implements JSPRender
Dimension psz = engine.getUserPhotoSize();
photo_size = new Dimension((psz.width * SCALING_NUM) / SCALING_DENOM,
(psz.height * SCALING_NUM) / SCALING_DENOM);
photo_size = engine.getUserPhotoSize();
uid_photos = new HashMap();
} // end if