aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2013-12-03 20:57:39 +0200
committerEli Zaretskii2013-12-03 20:57:39 +0200
commita22205d67caa1cbf666a703d2bc26afd5a2704b6 (patch)
treead3dd7562d3177dd14086b05b743edd5d7a477b7
parent9ab69568723b5f3e7c668ab6de2b383106f84c2d (diff)
downloademacs-a22205d67caa1cbf666a703d2bc26afd5a2704b6.tar.gz
emacs-a22205d67caa1cbf666a703d2bc26afd5a2704b6.zip
Remove stale comment about drag-n-drop failures.
-rw-r--r--src/w32term.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 08d66f25642..b29087ef57b 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -3132,10 +3132,6 @@ construct_drag_n_drop (struct input_event *result, W32Msg *msg, struct frame *f)
3132 3132
3133 for (i = 0; i < num_files; i++) 3133 for (i = 0; i < num_files; i++)
3134 { 3134 {
3135 /* FIXME: In the native w32 build, the Unicode branch works only
3136 for file names that can be expressed in the current ANSI
3137 codepage; the characters not supported by that codepage get
3138 replaced with blanks. I don't know why this happens. */
3139 if (use_unicode) 3135 if (use_unicode)
3140 { 3136 {
3141 eassert (DragQueryFileW (hdrop, i, NULL, 0) < MAX_PATH); 3137 eassert (DragQueryFileW (hdrop, i, NULL, 0) < MAX_PATH);