Remove unused size from questpgr.c

This commit is contained in:
Derek S. Ray
2015-02-27 19:34:31 -05:00
committed by Sean Hunt
parent 17ea9ff9ab
commit 5ee52039ca
-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;