1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

* xselect.c (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.

This commit is contained in:
Paul Eggert 2011-03-09 17:31:57 -08:00
parent 811e9bacd8
commit 7b83e2f1ff
2 changed files with 1 additions and 1 deletions

View 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.

View 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