Mesa (master): gallium: Remove previously forgotten pf_name() prototype.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Sun Feb 14 13:29:31 UTC 2010


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

Author: José Fonseca <jfonseca at vmware.com>
Date:   Sun Feb 14 13:28:17 2010 +0000

gallium: Remove previously forgotten pf_name() prototype.

---

 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 2894e13..f33b063 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
 {




More information about the mesa-commit mailing list