]> git.eshelyaron.com Git - emacs.git/commitdiff
* xselect.c (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Mar 2011 01:31:57 +0000 (17:31 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Mar 2011 01:31:57 +0000 (17:31 -0800)
src/ChangeLog
src/xselect.c

index 5a84813fd804607e616f94d865a0e1aaa59c0e08..b25fcc36799a39002984267fd36778337ba0bd68 100644 (file)
@@ -1,6 +1,7 @@
 2011-03-10  Paul Eggert  <eggert@cs.ucla.edu>
 
        * xselect.c (x_disown_buffer_selections): Remove; not used.
+       (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
 
        * lisp.h (GCPRO1_VAR, UNGCPRO_VAR): New macros,
        so that the caller can use some name other than gcpro1.
index 9fedb7126e1132d571f855cef5421a285e667ed6..27517f8252d38412bc09f317d1e1d1417978878d 100644 (file)
@@ -97,7 +97,6 @@ static Lisp_Object clean_local_selection_data (Lisp_Object);
 #define TRACE0(fmt)            (void) 0
 #define TRACE1(fmt, a0)                (void) 0
 #define TRACE2(fmt, a0, a1)    (void) 0
-#define TRACE3(fmt, a0, a1)    (void) 0
 #endif