summaryrefslogtreecommitdiff
path: root/ElmSharp/Interop
diff options
context:
space:
mode:
authorWonYoung Choi <wy80.choi@samsung.com>2016-09-02 18:35:40 +0900
committerWonYoung Choi <wy80.choi@samsung.com>2016-09-02 18:35:40 +0900
commit51a76aae610305dff3095651044e93a1fa93b4a6 (patch)
tree03ebae6d8a5a92b05a5abd1eef4b35844d9e7879 /ElmSharp/Interop
parent0242be76d963d427be187c2e73f95b2fba497008 (diff)
downloadelm-sharp-51a76aae610305dff3095651044e93a1fa93b4a6.tar.gz
elm-sharp-51a76aae610305dff3095651044e93a1fa93b4a6.tar.bz2
elm-sharp-51a76aae610305dff3095651044e93a1fa93b4a6.zip
Fix project files of ElmSharpTest
Change-Id: Ib99724f4570cf7a5d3c1193805300abece2e2ec4
Diffstat (limited to 'ElmSharp/Interop')
-rw-r--r--ElmSharp/Interop/Interop.Elementary.cs8
1 files changed, 0 insertions, 8 deletions
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;
- }
}
}