OSDN Git Service

未使用変数削除。
authormogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 20 Jan 2004 15:33:36 +0000 (15:33 +0000)
committermogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 20 Jan 2004 15:33:36 +0000 (15:33 +0000)
src/xtra2.c

index 7986cbb..7d375ed 100644 (file)
@@ -2738,7 +2738,6 @@ static bool ang_sort_comp_importance(vptr u, vptr v, int a, int b)
        monster_type *ma_ptr = &m_list[ca_ptr->m_idx];
        monster_type *mb_ptr = &m_list[cb_ptr->m_idx];
        monster_race *ap_ra_ptr, *ap_rb_ptr;
-       int la, lb;
 
        /* The player grid */
        if (y[a] == py && x[a] == px) return TRUE;