diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-03-09 17:31:57 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-03-09 17:31:57 -0800 |
commit | 7b83e2f1ffb02ad6965a47e249b35189f15b56cf (patch) | |
tree | 5c1c49b83369863393e3957538d2fda410cfc387 /src/xselect.c | |
parent | 811e9bacd8e24097bc65f1dfa79a5f6ac51071d9 (diff) | |
download | emacs-7b83e2f1ffb02ad6965a47e249b35189f15b56cf.tar.gz |
* xselect.c (TRACE3) [!defined TRACE_SELECTION]: Remove; not used.
Diffstat (limited to 'src/xselect.c')
-rw-r--r-- | src/xselect.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xselect.c b/src/xselect.c index 9fedb7126e1..27517f8252d 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -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 |