Skip to content

Commit 2db4bc3

Browse files
committed
Removed unused variable sii.
1 parent 0f0f637 commit 2db4bc3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

code/object/collideshipship.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,6 @@ void calculate_ship_ship_collision_physics(collision_info_struct *ship_ship_hit_
594594
polymodel *pm;
595595
polymodel_instance *pmi = NULL;
596596
int model_instance_num = -1;
597-
submodel_instance_info *sii;
598597

599598
if (heavy->type == OBJ_SHIP) {
600599
pm = model_get(heavy_sip->model_num);

0 commit comments

Comments
 (0)