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

Author: Brian Paul <[email protected]>
Date:   Wed Feb  4 08:38:43 2009 -0700

demos: remove unused function

---

 progs/demos/texdown.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/progs/demos/texdown.c b/progs/demos/texdown.c
index 5fecd9a..7e46045 100644
--- a/progs/demos/texdown.c
+++ b/progs/demos/texdown.c
@@ -154,11 +154,6 @@ static unsigned long align(unsigned long value, unsigned 
long a)
    return (value + a - 1) & ~(a-1);
 }
 
-static int MIN2(int a, int b)
-{
-   return a < b ? a : b;
-}
-
 static void
 MeasureDownloadRate(void)
 {

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to