[gtk/wip/otte/gl-hdr: 1/14] win32: Comment out unused function




commit d939f379f444bf6d4cf9b6907eec39a591f203eb
Author: Benjamin Otte <otte redhat com>
Date:   Mon Oct 4 04:24:54 2021 +0200

    win32: Comment out unused function

 gdk/win32/gdkdrop-win32.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk/win32/gdkdrop-win32.c b/gdk/win32/gdkdrop-win32.c
index 544a0b55c6..4bfc2dc372 100644
--- a/gdk/win32/gdkdrop-win32.c
+++ b/gdk/win32/gdkdrop-win32.c
@@ -654,6 +654,8 @@ target_context_new (GdkSurface *window)
   return result;
 }
 
+#if 0
+
 /* From MS Knowledge Base article Q130698 */
 
 static gboolean
@@ -730,8 +732,6 @@ resolve_link (HWND     hWnd,
   return SUCCEEDED (hr);
 }
 
-#if 0
-
 /* Check for filenames like C:\Users\tml\AppData\Local\Temp\d5qtkvvs.bmp */
 static gboolean
 filename_looks_tempish (const char *filename)


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