projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2dbf57
)
win32: Comment out unused function
author
Benjamin Otte
<otte@redhat.com>
Mon, 4 Oct 2021 02:24:54 +0000
(
04:24
+0200)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 4 Oct 2021 02:26:49 +0000
(
04:26
+0200)
gdk/win32/gdkdrop-win32.c
patch
|
blob
|
history
diff --git
a/gdk/win32/gdkdrop-win32.c
b/gdk/win32/gdkdrop-win32.c
index 544a0b55c603b8c2210c19e60794c9e2b22c5427..4bfc2dc3724d5571caa7f4f589e8df956fe94f8a 100644
(file)
--- 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)