diff --git a/Source/stores.cpp b/Source/stores.cpp index fe33057ce..edcaf63dd 100644 --- a/Source/stores.cpp +++ b/Source/stores.cpp @@ -194,13 +194,7 @@ void PrintStoreItem(ItemStruct *x, int l, text_color iclr) void StoreAutoPlace() { - bool done; - int i, w, h; - - SetICursor(plr[myplr].HoldItem._iCurs + CURSOR_FIRSTITEM); - w = icursW28; - h = icursH28; - done = false; + bool done = false; if (AutoEquipEnabled(plr[myplr], plr[myplr].HoldItem) && AutoEquip(myplr, plr[myplr].HoldItem)) { done = true; }