tRemove unused variable - vaccinewars - be a doctor and try to vaccinate the world
HTML git clone git://src.adamsgaard.dk/vaccinewars
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit fb3f8893d61b1305d3249ff857f21ece2b287afe
DIR parent 511b2cce93653a0915dcc624fb81908d3e4657b8
HTML Author: Ben Webb <ben@salilab.org>
Date: Sat, 7 Nov 2020 17:18:58 -0800
Remove unused variable
Diffstat:
M src/gui_client/gtk_client.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
DIR diff --git a/src/gui_client/gtk_client.c b/src/gui_client/gtk_client.c
t@@ -1294,7 +1294,6 @@ void UpdateInventory(struct InventoryWidgets *Inven,
Inventory *Objects, int NumObjects, gboolean AreDrugs)
{
GtkWidget *herelist, *carrylist;
- Player *Play;
gint i, row, selectrow[2];
gpointer rowdata;
price_t price;
t@@ -1304,7 +1303,6 @@ void UpdateInventory(struct InventoryWidgets *Inven,
GtkCList *clist[2];
int numlist;
- Play = ClientData.Play;
herelist = Inven->HereList;
carrylist = Inven->CarriedList;