From 2d34ed8351a98e027ebf485e65260bea06067847 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sun, 21 Apr 2013 16:39:52 +0200 Subject: [PATCH] gtk: Remove unused P/Invoke in IconTheme Now that it uses the Marshaller, IconTheme doesn't call g_strfreev directly anymore. --- gtk/IconTheme.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/gtk/IconTheme.cs b/gtk/IconTheme.cs index e8581ab1e..346e575cd 100644 --- a/gtk/IconTheme.cs +++ b/gtk/IconTheme.cs @@ -59,9 +59,6 @@ namespace Gtk { [DllImport ("libgtk-win32-3.0-0.dll", CallingConvention = CallingConvention.Cdecl)] static extern void gtk_icon_theme_set_search_path_utf8(IntPtr raw, IntPtr[] path, int n_elements); - [DllImport ("libglib-2.0-0.dll", CallingConvention = CallingConvention.Cdecl)] - static extern void g_strfreev (IntPtr mem); - bool IsWindowsPlatform { get { switch (Environment.OSVersion.Platform) {