diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-05-10 19:38:24 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-05-10 19:38:24 +0100 |
commit | a8761585ef0b37736d302299d6b03e0957ad3e16 (patch) | |
tree | 0432ba968f298e8df39e93eb658f250bdd012c65 /src/i830.h | |
parent | 9e9b0d85da801f1f95c7bc7e99566fe7056f5813 (diff) |
i830: Minor cleanup
Remove some extraneous prototypes and unused variables.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/i830.h')
-rw-r--r-- | src/i830.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -510,8 +510,6 @@ intel_debug_fallback(ScrnInfoPtr scrn, char *format, ...) va_end(ap); } -Bool i830_pixmap_tiled(PixmapPtr p); - static inline Bool intel_check_pitch_2d(PixmapPtr pixmap) { |