From 45aa35cd7df7a7e4e5aaad231d337a2183dc479e Mon Sep 17 00:00:00 2001 From: William McBrine Date: Thu, 30 Nov 2006 17:37:38 +0000 Subject: [PATCH] Nonsense comment. --- x11/x11.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/x11/x11.c b/x11/x11.c index 0d9f1889..d480817b 100644 --- a/x11/x11.c +++ b/x11/x11.c @@ -28,7 +28,7 @@ #include #include -RCSID("$Id: x11.c,v 1.53 2006/11/30 17:12:51 wmcbrine Exp $"); +RCSID("$Id: x11.c,v 1.54 2006/11/30 17:37:38 wmcbrine Exp $"); #ifndef XPOINTER_TYPEDEFED typedef char * XPointer; @@ -2932,10 +2932,6 @@ int XCursesSetupX(int argc, char *argv[]) XC_LOG(("XCursesSetupX called\n")); - /* The following kludge is to force XtVaAppInitialize() to - recognize the name of the program. Without it, a default - value of "PDCurses" is used. */ - if (!argv) { argv = myargv;