diff options
| author | Jason Rumney | 2004-10-17 14:07:31 +0000 |
|---|---|---|
| committer | Jason Rumney | 2004-10-17 14:07:31 +0000 |
| commit | 90665a8192762fe5a380a77f7bcb3eb6c5fdc593 (patch) | |
| tree | 68ba9a995ae9604cbff871642905fd2af4d2cc2b /src | |
| parent | b15d0c4c328833b1e0354a6183bcd30a4277a8b2 (diff) | |
| download | emacs-90665a8192762fe5a380a77f7bcb3eb6c5fdc593.tar.gz emacs-90665a8192762fe5a380a77f7bcb3eb6c5fdc593.zip | |
Remove excessive vertical whitespace.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/w32term.c b/src/w32term.c index 3956fd4b261..0aa782da20d 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -1209,7 +1209,6 @@ w32_text_out (s, x, y,chars,nchars) | |||
| 1209 | } | 1209 | } |
| 1210 | 1210 | ||
| 1211 | 1211 | ||
| 1212 | |||
| 1213 | static void x_set_glyph_string_clipping P_ ((struct glyph_string *)); | 1212 | static void x_set_glyph_string_clipping P_ ((struct glyph_string *)); |
| 1214 | static void x_set_glyph_string_gc P_ ((struct glyph_string *)); | 1213 | static void x_set_glyph_string_gc P_ ((struct glyph_string *)); |
| 1215 | static void x_draw_glyph_string_background P_ ((struct glyph_string *, | 1214 | static void x_draw_glyph_string_background P_ ((struct glyph_string *, |
| @@ -2061,7 +2060,6 @@ x_draw_image_foreground (s) | |||
| 2061 | } | 2060 | } |
| 2062 | 2061 | ||
| 2063 | 2062 | ||
| 2064 | |||
| 2065 | /* Draw a relief around the image glyph string S. */ | 2063 | /* Draw a relief around the image glyph string S. */ |
| 2066 | 2064 | ||
| 2067 | static void | 2065 | static void |
| @@ -2812,14 +2810,6 @@ x_new_focus_frame (dpyinfo, frame) | |||
| 2812 | if (old_focus && old_focus->auto_lower) | 2810 | if (old_focus && old_focus->auto_lower) |
| 2813 | x_lower_frame (old_focus); | 2811 | x_lower_frame (old_focus); |
| 2814 | 2812 | ||
| 2815 | |||
| 2816 | |||
| 2817 | |||
| 2818 | |||
| 2819 | |||
| 2820 | |||
| 2821 | |||
| 2822 | |||
| 2823 | if (dpyinfo->w32_focus_frame && dpyinfo->w32_focus_frame->auto_raise) | 2813 | if (dpyinfo->w32_focus_frame && dpyinfo->w32_focus_frame->auto_raise) |
| 2824 | pending_autoraise_frame = dpyinfo->w32_focus_frame; | 2814 | pending_autoraise_frame = dpyinfo->w32_focus_frame; |
| 2825 | else | 2815 | else |
| @@ -4688,7 +4678,6 @@ w32_read_socket (sd, expected, hold_quit) | |||
| 4688 | if (f) | 4678 | if (f) |
| 4689 | x_new_focus_frame (dpyinfo, f); | 4679 | x_new_focus_frame (dpyinfo, f); |
| 4690 | 4680 | ||
| 4691 | |||
| 4692 | dpyinfo->grabbed = 0; | 4681 | dpyinfo->grabbed = 0; |
| 4693 | check_visibility = 1; | 4682 | check_visibility = 1; |
| 4694 | break; | 4683 | break; |
| @@ -4906,7 +4895,6 @@ w32_read_socket (sd, expected, hold_quit) | |||
| 4906 | } | 4895 | } |
| 4907 | 4896 | ||
| 4908 | 4897 | ||
| 4909 | |||
| 4910 | 4898 | ||
| 4911 | /*********************************************************************** | 4899 | /*********************************************************************** |
| 4912 | Text Cursor | 4900 | Text Cursor |