dead code und unbenutzte Variablen entfernt
Change-Id: I18b5d6a8cdf221d3a376541c01e82a1c64f10508
diff --git a/std/player/invmaster/invmaster.c b/std/player/invmaster/invmaster.c
index 49c3c38..2ac7bd2 100644
--- a/std/player/invmaster/invmaster.c
+++ b/std/player/invmaster/invmaster.c
@@ -132,10 +132,7 @@
// where possible
static string ComposeDesc(object item)
{
- int i;
- string text, *buff;
-
- text=regreplace(item->QueryProp(P_SHORT)
+ string text=regreplace(item->QueryProp(P_SHORT)
||item->name(RAW)
||"<?>",
"^(Ein Paar|Ein|Eine|Der|Die|Das) ","",0);