Mesa (master): translate: remove unused prototypes

Brian Paul brianp at kemper.freedesktop.org
Mon Oct 25 16:34:52 UTC 2010


Module: Mesa
Branch: master
Commit: af03c14d4cc82eaeb884fe19171bfbb23b5dc75e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=af03c14d4cc82eaeb884fe19171bfbb23b5dc75e

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Oct 25 10:34:44 2010 -0600

translate: remove unused prototypes

---

 src/gallium/auxiliary/translate/translate.h |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/src/gallium/auxiliary/translate/translate.h b/src/gallium/auxiliary/translate/translate.h
index 34f2d97..850ef39 100644
--- a/src/gallium/auxiliary/translate/translate.h
+++ b/src/gallium/auxiliary/translate/translate.h
@@ -114,15 +114,6 @@ struct translate {
 
 
 
-#if 0
-struct translate_context *translate_context_create( void );
-void translate_context_destroy( struct translate_context * );
-
-struct translate *translate_lookup_or_create( struct translate_context *tctx,
-					      const struct translate_key *key );
-#endif
-
-
 struct translate *translate_create( const struct translate_key *key );
 
 boolean translate_is_output_format_supported(enum pipe_format format);




More information about the mesa-commit mailing list