Index: trunk/Ohana/src/opihi/dimm/dimm.c
===================================================================
--- trunk/Ohana/src/opihi/dimm/dimm.c	(revision 4689)
+++ trunk/Ohana/src/opihi/dimm/dimm.c	(revision 4714)
@@ -12,23 +12,7 @@
   auto_break = TRUE;
 
-  Nlists = 0;
-  ALLOCATE (lists, List, 1); 
-
-  /* init functions required by libraries */
-  /* -libopihi */
-  InitCommands ();
-  InitMacros ();
-  InitBuffers ();
-  InitVectors ();
-  InitVariables ();
-
-  /* -libdisplay */
-  InitGraph ();
-  InitImage ();
-
   /* load the commands used by this implementation */
   InitBasic ();
   InitData ();
-  InitOutfile ();
   InitAstro ();
   InitDIMM ();
