[hyena/gtk3] GtkUtilities: Remove a DllImport that is not used anymore



commit 34b18403533d4f1b0dd37734d67e09f13e91560f
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Sun Jul 24 18:07:23 2011 +0200

    GtkUtilities: Remove a DllImport that is not used anymore

 Hyena.Gui/Hyena.Gui/GtkUtilities.cs |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/Hyena.Gui/Hyena.Gui/GtkUtilities.cs b/Hyena.Gui/Hyena.Gui/GtkUtilities.cs
index 96dbf86..6c89b2a 100644
--- a/Hyena.Gui/Hyena.Gui/GtkUtilities.cs
+++ b/Hyena.Gui/Hyena.Gui/GtkUtilities.cs
@@ -154,9 +154,6 @@ namespace Hyena.Gui
             return ShowUri (screen, uri, Gtk.Global.CurrentEventTime);
         }
 
-        [System.Runtime.InteropServices.DllImport ("libgtk-win32-2.0-0.dll")]
-        private static extern unsafe bool gtk_show_uri (IntPtr screen, IntPtr uri, uint timestamp, out IntPtr error);
-
         [Obsolete ("Use Gtk.Global.ShowUri() from gtk# 3.x")]
         public static bool ShowUri (Gdk.Screen screen, string uri, uint timestamp)
         {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]