projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81d5afb
)
translate: remove unused prototypes
author
Brian Paul
<brianp@vmware.com>
Mon, 25 Oct 2010 16:34:44 +0000
(10:34 -0600)
committer
Brian Paul
<brianp@vmware.com>
Mon, 25 Oct 2010 16:34:44 +0000
(10:34 -0600)
src/gallium/auxiliary/translate/translate.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/translate/translate.h
b/src/gallium/auxiliary/translate/translate.h
index 34f2d9723286b1746ab10a26463364232b10d9cc..850ef39ef2156578ebb070102e77ab4cd2ef1161 100644
(file)
--- 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);