diff options
Diffstat (limited to 'plugins/inventory/inventory.c')
-rw-r--r-- | plugins/inventory/inventory.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/inventory/inventory.c b/plugins/inventory/inventory.c index 66f663e..91130d8 100644 --- a/plugins/inventory/inventory.c +++ b/plugins/inventory/inventory.c @@ -7,7 +7,6 @@ static struct color darkgray; static bool use_item(struct itemstack *stack) { - (void) stack; return true; } |