From 7f42b8c42018f3df63d1d1c83266412469806613 Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Mon, 10 Dec 2012 14:53:39 +1100 Subject: [PATCH] move sicslist to site_ansto.c --- ofac.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ofac.c b/ofac.c index 6fc18641..b82a8795 100644 --- a/ofac.c +++ b/ofac.c @@ -102,7 +102,6 @@ static void InitIniCommands(SicsInterp * pInter) PCMD("sicscron", MakeCron); PCMD("sicsdatafactory", SICSDataFactory); PCMD("sicsdescriptor", SICSDescriptor); - PCMD("sicslist", SicsList); /* ANSTO duplicate */ PCMD("sicsprompt", SicsPrompt); PCMD("SICSStatus", SICSStatus); PCMD("sicstime", SICSTime);