Qian Yun
unread,Feb 21, 2026, 7:42:02 PM (2 days ago) Feb 21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fricas-devel
I believe this option is not used and can be safely removed.
- Best,
- Qian
diff --git a/src/sman/sman.c b/src/sman/sman.c
index 0b59d79e..26033575 100644
--- a/src/sman/sman.c
+++ b/src/sman/sman.c
@@ -166,8 +166,6 @@ process_arguments(int argc,char ** argv)
start_spadclient = 0;
else if (strcmp(argv[arg], "-ws") == 0)
ws_path = argv[++arg];
- else if (strcmp(argv[arg], "-comp") == 0)
- ws_path = "$FRICAS/etc/images/comp";
else if (strcmp(argv[arg], "-nox") == 0)
{
use_X = 0;
@@ -217,7 +215,7 @@ process_arguments(int argc,char ** argv)
}
else {
fprintf(stderr, "Usage: sman <-clef|-noclef> \
-<-gr|-nogr> <-ht|-noht> <-iw|-noiw> <-nox> <-comp> <-ws spad_workspace> \
+<-gr|-nogr> <-ht|-noht> <-iw|-noiw> <-nox> <-ws spad_workspace> \
<-grprog path> <-htprog path> <-clefprog path> <-sessionprog path> \
<-clientprog path>\n");
exit(-1);