win32: Comment out unused function
authorBenjamin Otte <otte@redhat.com>
Mon, 4 Oct 2021 02:24:54 +0000 (04:24 +0200)
committerBenjamin Otte <otte@redhat.com>
Mon, 4 Oct 2021 02:26:49 +0000 (04:26 +0200)
gdk/win32/gdkdrop-win32.c

index 544a0b55c603b8c2210c19e60794c9e2b22c5427..4bfc2dc3724d5571caa7f4f589e8df956fe94f8a 100644 (file)
@@ -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)