diff options
author | Zhigang Gong <zhigang.gong@linux.intel.com> | 2012-04-28 14:55:34 +0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2013-12-18 11:23:51 -0800 |
commit | 1035fc72b9017eb2466760133ca7bbc9155c8c46 (patch) | |
tree | ed2edc00ac0b4ac73c45119b9738515f1c9993e8 /glamor/glamor_glyphblt.c | |
parent | 33e11cd6149294060269ed693de67b135868e094 (diff) |
Fixed all unused variables warnings.
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Diffstat (limited to 'glamor/glamor_glyphblt.c')
-rw-r--r-- | glamor/glamor_glyphblt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/glamor/glamor_glyphblt.c b/glamor/glamor_glyphblt.c index 18ad536eb..b55327c4b 100644 --- a/glamor/glamor_glyphblt.c +++ b/glamor/glamor_glyphblt.c @@ -33,8 +33,6 @@ _glamor_image_glyph_blt(DrawablePtr pDrawable, GCPtr pGC, int x, int y, unsigned int nglyph, CharInfoPtr * ppci, pointer pglyphBase, Bool fallback) { - glamor_screen_private *glamor_priv; - if (!fallback && glamor_ddx_fallback_check_pixmap(pDrawable) && glamor_ddx_fallback_check_gc(pGC)) @@ -65,8 +63,6 @@ _glamor_poly_glyph_blt(DrawablePtr pDrawable, GCPtr pGC, int x, int y, unsigned int nglyph, CharInfoPtr * ppci, pointer pglyphBase, Bool fallback) { - glamor_screen_private *glamor_priv; - if (!fallback && glamor_ddx_fallback_check_pixmap(pDrawable) && glamor_ddx_fallback_check_gc(pGC)) |