From: Eli Zaretskii Date: Tue, 3 Dec 2013 18:57:39 +0000 (+0200) Subject: Remove stale comment about drag-n-drop failures. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~446^2~23 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a22205d67caa1cbf666a703d2bc26afd5a2704b6;p=emacs.git Remove stale comment about drag-n-drop failures. --- 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) for (i = 0; i < num_files; i++) { - /* FIXME: In the native w32 build, the Unicode branch works only - for file names that can be expressed in the current ANSI - codepage; the characters not supported by that codepage get - replaced with blanks. I don't know why this happens. */ if (use_unicode) { eassert (DragQueryFileW (hdrop, i, NULL, 0) < MAX_PATH);