summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-06-16 07:15:58 +0100
committerEric Anholt <eric@anholt.net>2014-07-17 17:35:46 -0700
commitb03a581d8cbe3f29140935063b865285e2a00333 (patch)
tree4e1b200289800119dcdbe54176fd3040273114be
parentb5f94df319469ad44b0e88374a0d389414803f7a (diff)
glamor: Remove a dead prototype.
The corresponding code was deleted in 2ff41008494e6c5909c058f1f80b4f66617dada1 (2012) Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Keith Packard <keithp@keithp.com>
-rw-r--r--glamor/glamor_priv.h6
1 files changed, 0 insertions, 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);