--- np2/x11/main.c 2004/06/16 12:50:49 1.17 +++ np2/x11/main.c 2004/06/17 14:36:33 1.18 @@ -102,7 +102,6 @@ sighandler(int signo) static struct option longopts[] = { { "config", required_argument, 0, 'c' }, { "timidity-config", required_argument, 0, 'C' }, - { "shared-pixmap", no_argument, 0, 'p' }, #if defined(USE_SDL) || defined(USE_SYSMENU) { "ttfont", required_argument, 0, 't' }, #endif @@ -121,7 +120,6 @@ usage(void) printf("\t--help [-h] : print this message\n"); printf("\t--config [-c] : specify config file\n"); printf("\t--timidity-config [-C] : specify timidity config file\n"); - printf("\t--shared-pixmap [-p] : use MIT-SHM pixmap extention\n"); #if defined(USE_SDL) || defined(USE_SYSMENU) printf("\t--ttfont [-t] : specify TrueType font\n"); #endif @@ -178,10 +176,6 @@ main(int argc, char *argv[]) milstr_ncpy(fontfilename, optarg, sizeof(fontfilename)); break; - case 'p': - shared_pixmap_flag = TRUE; - break; - case 'h': case '?': default: