Remove unused size from questpgr.c

This commit is contained in:
Derek S. Ray
2015-03-17 18:46:48 +02:00
committed by Pasi Kallinen
parent 07da4a740e
commit 8fa8e02415
-1
View File
@@ -46,7 +46,6 @@ static void
dump_qtlist() /* dump the character msg list to check appearance */ dump_qtlist() /* dump the character msg list to check appearance */
{ {
struct qtmsg *msg; struct qtmsg *msg;
long size;
if (!showdebug()) return; if (!showdebug()) return;