From 51a76aae610305dff3095651044e93a1fa93b4a6 Mon Sep 17 00:00:00 2001 From: WonYoung Choi Date: Fri, 2 Sep 2016 18:35:40 +0900 Subject: Fix project files of ElmSharpTest Change-Id: Ib99724f4570cf7a5d3c1193805300abece2e2ec4 --- ElmSharp/Interop/Interop.Elementary.cs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ElmSharp/Interop') diff --git a/ElmSharp/Interop/Interop.Elementary.cs b/ElmSharp/Interop/Interop.Elementary.cs index 6821173..fdd7e6d 100644 --- a/ElmSharp/Interop/Interop.Elementary.cs +++ b/ElmSharp/Interop/Interop.Elementary.cs @@ -235,13 +235,5 @@ internal static partial class Interop { elm_object_part_text_set(obj, IntPtr.Zero, text); } - - internal static IntPtr GetPtrToObject(object data) - { - IntPtr dataPtr = IntPtr.Zero; - if (data != null) - Marshal.StructureToPtr(data, dataPtr, true); - return dataPtr; - } } } -- cgit v1.2.3