summaryrefslogtreecommitdiff
path: root/xedit.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 10:51:53 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-24 10:55:43 -0800
commit7a9fa61950200eb13600cdb57830e58a53bf78fa (patch)
tree2bba1bd11b0bb286dfd308775521d633058221d4 /xedit.c
parent981dfdb23272bc02977c5bb9bc18d0d3fb618fa3 (diff)
unifdef __UNIXOS2__
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xedit.c')
-rw-r--r--xedit.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/xedit.c b/xedit.c
index 77c6bdc..efce0fc 100644
--- a/xedit.c
+++ b/xedit.c
@@ -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);