diff src/frame.c @ 4790:bc4f2511bbea

Remove support for the OffiX drag-and-drop protocol. See xemacs-patches message with ID <870180fe0912211421m3e3d7891pdadefef167b50cb4@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Tue, 22 Dec 2009 15:52:06 -0700
parents 1bdc3bc255a4
children a98ca4640147 e0db3c197671
line wrap: on
line diff
--- a/src/frame.c	Tue Dec 22 19:07:40 2009 +0900
+++ b/src/frame.c	Tue Dec 22 15:52:06 2009 -0700
@@ -3751,10 +3751,6 @@
   Fprovide (intern ("cde"));
 #endif
 
-#ifdef HAVE_OFFIX_DND
-  Fprovide (intern ("offix"));
-#endif
-
 #if 0 /* FSFmacs stupidity */
   xxDEFVAR_LISP ("emacs-iconified", &Vemacs_iconified /*
 Non-nil if all of emacs is iconified and frame updates are not needed.