diff options
Diffstat (limited to 'xedit.c')
-rw-r--r-- | xedit.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -55,11 +55,9 @@ static XtActionsRec actions[] = { {"xedit-focus", XeditFocus}, {"other-window", OtherWindow}, {"switch-source", SwitchSource}, -#ifndef __UNIXOS2__ {"lisp-eval", XeditLispEval}, {"xedit-print-lisp-eval", XeditPrintLispEval}, {"xedit-keyboard-reset",XeditKeyboardReset}, -#endif {"ispell", IspellAction}, {"line-edit", LineEditAction}, {"tags", TagsAction} @@ -183,9 +181,7 @@ main(int argc, char *argv[]) } XtRealizeWidget(topwindow); -#ifndef __UNIXOS2__ XeditLispInitialize(); -#endif options_popup = XtCreatePopupShell("optionsMenu", simpleMenuWidgetClass, topwindow, NULL, 0); |