aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2007-08-17 07:53:18 +0000
committerJan Djärv2007-08-17 07:53:18 +0000
commitb9c2e294883dd15ac0bea63d8f046da505a73c3a (patch)
treeaf322a8929715af7de85088dc207c6ae04d4b782 /src
parenta33f5759a6c9f28882db8495ccff32748795dfd0 (diff)
downloademacs-b9c2e294883dd15ac0bea63d8f046da505a73c3a.tar.gz
emacs-b9c2e294883dd15ac0bea63d8f046da505a73c3a.zip
Remove debug fprintf.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 6c58cc39fd2..bb25fba5f87 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -6751,11 +6751,7 @@ handle_one_xevent (dpyinfo, eventp, finish, hold_quit)
6751 f = last_mouse_frame; 6751 f = last_mouse_frame;
6752 else 6752 else
6753 f = x_window_to_frame (dpyinfo, event.xbutton.window); 6753 f = x_window_to_frame (dpyinfo, event.xbutton.window);
6754 if (event.type == ButtonPress) 6754
6755 {
6756 static int xxx = 0;
6757 fprintf (stderr, "%d, F: %p\n", xxx++, f);
6758 }
6759 if (f) 6755 if (f)
6760 { 6756 {
6761 /* Is this in the tool-bar? */ 6757 /* Is this in the tool-bar? */