diff options
| author | Jan D | 2010-07-29 20:08:51 +0200 |
|---|---|---|
| committer | Jan D | 2010-07-29 20:08:51 +0200 |
| commit | 2ebf1083e756db91ade4215ce772e37e6c9cb716 (patch) | |
| tree | 9a7f5c52fac31eb1948be6c2f7f5c253eda78eb8 /src | |
| parent | 8b2dd50845433369cf98d98faca41d948b55af22 (diff) | |
| download | emacs-2ebf1083e756db91ade4215ce772e37e6c9cb716.tar.gz emacs-2ebf1083e756db91ade4215ce772e37e6c9cb716.zip | |
* xfns.c (x_set_tool_bar_position): Remove debug fprintf.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 | ||||
| -rw-r--r-- | src/xfns.c | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1fd18d0abb0..2eb15cc0d13 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-07-29 Jan Djärv <jan.h.d@swipnet.se> | 1 | 2010-07-29 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 2 | ||
| 3 | * xfns.c (x_set_tool_bar_position): Remove debug fprintf. | ||
| 4 | |||
| 3 | * xterm.h (struct x_output): Add toolbar_top_height, | 5 | * xterm.h (struct x_output): Add toolbar_top_height, |
| 4 | toolbar_bottom_height, toolbar_left_width, toolbar_right_width. Remove | 6 | toolbar_bottom_height, toolbar_left_width, toolbar_right_width. Remove |
| 5 | toolbar_height. | 7 | toolbar_height. |
diff --git a/src/xfns.c b/src/xfns.c index 6b1a78ba740..28de53c5998 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -726,7 +726,6 @@ x_set_tool_bar_position (struct frame *f, | |||
| 726 | if (EQ (new_value, old_value)) return; | 726 | if (EQ (new_value, old_value)) return; |
| 727 | 727 | ||
| 728 | #ifdef USE_GTK | 728 | #ifdef USE_GTK |
| 729 | fprintf (stderr, "Pos: %s\n", SDATA (SYMBOL_NAME (new_value))); | ||
| 730 | if (xg_change_toolbar_position (f, new_value)) | 729 | if (xg_change_toolbar_position (f, new_value)) |
| 731 | f->tool_bar_position = new_value; | 730 | f->tool_bar_position = new_value; |
| 732 | #endif | 731 | #endif |