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;