From b6e992239437b257db6caf86b0a37dd07a02d9dd Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 7 Apr 2007 04:01:24 +0000 Subject: [PATCH] fixed a linux build problem --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40680 --- core/sm_stringutil.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/core/sm_stringutil.cpp b/core/sm_stringutil.cpp index 010c57b0..6af95646 100644 --- a/core/sm_stringutil.cpp +++ b/core/sm_stringutil.cpp @@ -62,7 +62,6 @@ inline bool TryTranslation(CPlugin *pl, const char *key, unsigned int langid, un size_t Translate(char *buffer, size_t maxlen, IPluginContext *pCtx, const char *key, cell_t target, const cell_t *params, int *arg, bool *error) { unsigned int langid; - const char *langname = NULL; *error = false; Translation pTrans; CPlugin *pl = (CPlugin *)g_PluginSys.FindPluginByContext(pCtx->GetContext());