From b03a581d8cbe3f29140935063b865285e2a00333 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 16 Jun 2014 07:15:58 +0100 Subject: [PATCH] glamor: Remove a dead prototype. The corresponding code was deleted in 2ff41008494e6c5909c058f1f80b4f66617dada1 (2012) Signed-off-by: Eric Anholt Reviewed-by: Keith Packard --- glamor/glamor_priv.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/glamor/glamor_priv.h b/glamor/glamor_priv.h index 61f393d8f..dc4f9b842 100644 --- a/glamor/glamor_priv.h +++ b/glamor/glamor_priv.h @@ -866,12 +866,6 @@ Bool glamor_upload_bits_to_pixmap_texture(PixmapPtr pixmap, GLenum format, GLenum type, int no_alpha, int revert, int swap_rb, void *bits); -/** - * Destroy all the resources allocated on the uploading - * phase, includs the tex and fbo. - **/ -void glamor_destroy_upload_pixmap(PixmapPtr pixmap); - int glamor_create_picture(PicturePtr picture); void glamor_set_window_pixmap(WindowPtr pWindow, PixmapPtr pPixmap);