summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-10-25 10:34:44 -0600
committerBrian Paul <brianp@vmware.com>2010-10-25 10:34:44 -0600
commitaf03c14d4cc82eaeb884fe19171bfbb23b5dc75e (patch)
tree004c95f8a7b3a96bb5c38b6f9b3d727afe1570be
parent81d5afbbecce4ccf2b4bf10b10f47585febfe9c8 (diff)
downloadmesa-af03c14d4cc82eaeb884fe19171bfbb23b5dc75e.tar.gz
translate: remove unused prototypes
-rw-r--r--src/gallium/auxiliary/translate/translate.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gallium/auxiliary/translate/translate.h b/src/gallium/auxiliary/translate/translate.h
index 34f2d972328..850ef39ef21 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);