From 790743c8f6bb9bf9ec9edde0fe081a5ae72e7683 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 14 Jun 2000 21:17:05 +0000 Subject: [PATCH] Fixed options structure definition. --- include/options.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/options.h b/include/options.h index 95e45159d9a..fe5d3f53fa6 100644 --- a/include/options.h +++ b/include/options.h @@ -56,8 +56,6 @@ extern const WINE_LANGUAGE_DEF Languages[]; struct options { - int argc; - char **argv; char * desktopGeometry; /* NULL when no desktop */ char * display; /* display name */ char *dllFlags; /* -dll flags (hack for Winelib support) */