[cig-commits] r6116 - in long/3D/Gale/trunk: . src/Gale/libGale/src

walter at geodynamics.org walter at geodynamics.org
Mon Feb 26 10:30:59 PST 2007


Author: walter
Date: 2007-02-26 10:30:58 -0800 (Mon, 26 Feb 2007)
New Revision: 6116

Modified:
   long/3D/Gale/trunk/
   long/3D/Gale/trunk/src/Gale/libGale/src/Init.c
Log:
 r1628 at earth:  boo | 2007-02-26 10:29:49 -0800
 Get rid of LIB_DIR ang glucifer stuff in libGale



Property changes on: long/3D/Gale/trunk
___________________________________________________________________
Name: svk:merge
   - 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1627
   + 3a629746-de10-0410-b17b-fd6ecaaa963e:/cig:1628

Modified: long/3D/Gale/trunk/src/Gale/libGale/src/Init.c
===================================================================
--- long/3D/Gale/trunk/src/Gale/libGale/src/Init.c	2007-02-26 18:30:54 UTC (rev 6115)
+++ long/3D/Gale/trunk/src/Gale/libGale/src/Init.c	2007-02-26 18:30:58 UTC (rev 6116)
@@ -99,17 +99,6 @@
 	Gale_Info   = Journal_Register( Info_Type,  "Context" );
 	Gale_Error  = Journal_Register( Error_Type, "Context" );
 
-	/* Add the Gale path to the global xml path dictionary */
-	directory = Memory_Alloc_Array( char, 200, "xmlDirectory" ) ;
-	sprintf(directory, "%s%s", LIB_DIR, "/StGermain" );
-	XML_IO_Handler_AddDirectory( "Gale", directory );
-	Memory_Free(directory);
-
-	PluginsManager_AddDirectory( "Gale", LIB_DIR );
-
-	#ifdef GLUCIFER_LIBDIR
-		PluginsManager_AddDirectory( "gLucifer", GLUCIFER_LIBDIR );
-	#endif
 	return True;
 }
 



More information about the cig-commits mailing list