translate: remove unused prototypes

This commit is contained in:
Brian Paul 2010-10-25 10:34:44 -06:00
parent 81d5afbbec
commit af03c14d4c
1 changed files with 0 additions and 9 deletions

View File

@ -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);