diff options
author | Carl Worth <cworth@cworth.org> | 2006-06-06 15:50:33 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-06-06 15:50:33 -0700 |
commit | ef10a0403a8a466199615e34a34df9ea860ef9c0 (patch) | |
tree | 03020b1b5c6249f39c9beeb3bf9d4c878959ca86 /src/cairo-win32-font.c | |
parent | 5278de09973c3e41028dc80a8862db01fc70cf11 (diff) |
Remove initial, final, and duplicate blank lines.
This patch was produced by running git-stripspace on all *.[ch] files
within cairo. Note that this script would have also created all the changes
from the previous commits to remove trailing whitespace.
Diffstat (limited to 'src/cairo-win32-font.c')
-rw-r--r-- | src/cairo-win32-font.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cairo-win32-font.c b/src/cairo-win32-font.c index df5c7589..144c3e14 100644 --- a/src/cairo-win32-font.c +++ b/src/cairo-win32-font.c @@ -192,7 +192,6 @@ _have_cleartype_quality (void) version_info.dwMinorVersion >= 1)); /* XP or newer */ } - static BYTE _get_system_quality (void) { @@ -1080,7 +1079,6 @@ _compute_a8_mask (cairo_win32_surface_t *mask_surface) return &image8->base; } - static cairo_status_t _cairo_win32_scaled_font_glyph_init (void *abstract_font, cairo_scaled_glyph_t *scaled_glyph, @@ -1443,7 +1441,6 @@ cairo_win32_font_face_create_for_logfontw (LOGFONTW *logfont) return &font_face->base; } - cairo_font_face_t * cairo_win32_font_face_create_for_hfont (HFONT font) { |