From: Oliver McFadden Date: Thu, 10 May 2007 21:40:20 +0000 (+0000) Subject: r300: Corrected a compile error introduced by one of the previous commits. X-Git-Tag: 062012170305~19327^2~179 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d7e3d1dc42664e79d52e7dafd04e834cd4caf9d8;p=profile%2Fivi%2Fmesa.git r300: Corrected a compile error introduced by one of the previous commits. --- diff --git a/src/mesa/drivers/dri/r300/r300_maos.h b/src/mesa/drivers/dri/r300/r300_maos.h index 055e8c5..2f366e3 100644 --- a/src/mesa/drivers/dri/r300/r300_maos.h +++ b/src/mesa/drivers/dri/r300/r300_maos.h @@ -37,8 +37,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "r300_context.h" -extern void r300EmitElts(GLcontext * ctx, void *elts, unsigned long n_elts, - int elt_size); extern int r300EmitArrays(GLcontext * ctx); #ifdef USER_BUFFERS