diff options
Diffstat (limited to 'hw/xfree86/common/xf86Init.c')
-rw-r--r-- | hw/xfree86/common/xf86Init.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c index d9d55a4fe..e167781a3 100644 --- a/hw/xfree86/common/xf86Init.c +++ b/hw/xfree86/common/xf86Init.c @@ -106,11 +106,6 @@ static void xf86PrintBanner(void); static void xf86PrintMarkers(void); static void xf86RunVtInit(void); -#ifdef DO_CHECK_BETA -static int extraDays = 0; -static char *expKey = NULL; -#endif - #ifdef __UNIXOS2__ extern void os2ServerVideoAccess(); #endif @@ -307,10 +302,6 @@ InitOutput(ScreenInfo *pScreenInfo, int argc, char **argv) else xf86ServerName = argv[0]; -#ifdef DO_CHECK_BETA - xf86CheckBeta(extraDays, expKey); -#endif - xf86PrintBanner(); xf86PrintMarkers(); if (xf86LogFile) { @@ -1437,14 +1428,6 @@ ddxProcessArgument(int argc, char **argv, int i) #endif return 1; } -#ifdef DO_CHECK_BETA - if (!strcmp(argv[i],"-extendExpiry")) - { - extraDays = atoi(argv[i + 1]); - expKey = argv[i + 2]; - return 3; - } -#endif if (!strcmp(argv[i],"-verbose")) { if (++i < argc && argv[i]) |