diff options
author | José Fonseca <[email protected]> | 2010-02-14 13:28:17 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-02-14 13:28:17 +0000 |
commit | fd3237c97d33863f8eb3d1383d26ec79b67f0774 (patch) | |
tree | 5fa7d32405531fe9fb50479ccf26625d4656bc7f /src/gallium/include | |
parent | 13701aae40d8edb5b38be5fb04739f74c1fc8001 (diff) |
gallium: Remove previously forgotten pf_name() prototype.
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_format.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/include/pipe/p_format.h b/src/gallium/include/pipe/p_format.h index 2894e13e7df..f33b0639ef9 100644 --- a/src/gallium/include/pipe/p_format.h +++ b/src/gallium/include/pipe/p_format.h @@ -165,11 +165,6 @@ enum pipe_format { PIPE_FORMAT_COUNT }; -/** - * Builds pipe format name from format token. - */ -extern const char *pf_name( enum pipe_format format ); - enum pipe_video_chroma_format { |