gtk: Remove unused P/Invoke in IconTheme

Now that it uses the Marshaller, IconTheme doesn't call g_strfreev
directly anymore.
This commit is contained in:
Bertrand Lorentz 2013-04-21 16:39:52 +02:00
parent 7160437532
commit 2d34ed8351

View File

@ -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) {