[PATCH 2/2] fix non compiling code on mono-uno-bridge

Joshua Ismael Haase Hernández hahj87 at gmail.com
Thu Oct 28 20:58:14 PDT 2010


---
 scratch/mono-uno-bridge/cli_environment.cs |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/scratch/mono-uno-bridge/cli_environment.cs b/scratch/mono-uno-bridge/cli_environment.cs
index 91a2970..3d6b200 100644
--- a/scratch/mono-uno-bridge/cli_environment.cs
+++ b/scratch/mono-uno-bridge/cli_environment.cs
@@ -151,11 +151,6 @@ public class Cli_environment
             oid = createKey(oid, type);
             ret = m_objects[oid];
         }
-/*        if (ret != null)
-        {
-            WeakReference weakIface = (WeakReference)ret;
-            ret = weakIface.Target;
-        } */
 
         if (ret == null)
             m_objects.Remove(oid);
-- 
1.7.3.2


--------------010400020609020500080904--


More information about the LibreOffice mailing list