[commit] r1553 - trunk/SDK/BON/Common

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Sep 21 09:02:39 CDT 2011


Author: ksmyth
Date: Wed Sep 21 09:02:39 2011
New Revision: 1553

Log:
Dont need to importlib after importing

Modified:
   trunk/SDK/BON/Common/ComponentLib.idl

Modified: trunk/SDK/BON/Common/ComponentLib.idl
==============================================================================
--- trunk/SDK/BON/Common/ComponentLib.idl	Tue Sep 20 10:16:54 2011	(r1552)
+++ trunk/SDK/BON/Common/ComponentLib.idl	Wed Sep 21 09:02:39 2011	(r1553)
@@ -15,9 +15,6 @@
 library MgaComponentLib
 {
 	importlib("stdole32.tlb");
-	importlib("core.dll");
-	importlib("mga.dll");
-	
 
 	[
 		uuid(COCLASS_UUID),


More information about the gme-commit mailing list