From: Brian Paul Date: Wed, 4 Feb 2009 15:38:43 +0000 (-0700) Subject: demos: remove unused function X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c06c74c0b84ddfebaf144ec64b305879f9ddc681;p=mesa.git demos: remove unused function --- diff --git a/progs/demos/texdown.c b/progs/demos/texdown.c index 5fecd9a1489..7e460458325 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) {