Fix another missing var

This commit is contained in:
Berke Viktor 2012-11-04 21:50:16 +01:00
parent abbb4897ea
commit d706c5ccdc
1 changed files with 0 additions and 2 deletions

View File

@ -161,9 +161,7 @@ fe_args (int argc, char *argv[])
{
GError *error = NULL;
GOptionContext *context;
#ifdef WIN32
char *buffer;
#endif
#ifdef ENABLE_NLS
bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);